Skip to content

Commit

Permalink
add missing feature to test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
photovoltex committed Mar 15, 2024
1 parent ae20390 commit cd9a92d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tauri-interop-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ log = "^0.4"
serde = "^1.0"
# required because the intented usage is to use the main crate,
# for testing we need the reexported macros from tauri-interop
tauri-interop = { path = "..", features = ["initial_value"] }
tauri-interop = { path = "..", features = ["event", "initial_value"] }

[features]
default = []
Expand Down

0 comments on commit cd9a92d

Please sign in to comment.