Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
photovoltex committed Mar 15, 2024
1 parent 731a406 commit d7fc116
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
members = ["tauri-interop-macro"]
package.edition = "2021"
package.version = "2.0.1"
package.version = "2.0.2"
package.keywords = ["wasm", "tauri", "command", "event", "leptos"]
package.authors = ["photovoltex"]
package.repository = "https://github.com/photovoltex/tauri-interop.git"
Expand All @@ -25,7 +25,7 @@ readme = "README.md"

[dependencies]
#tauri-interop-macro = { path = "./tauri-interop-macro" }
tauri-interop-macro = "2.0.1"
tauri-interop-macro = "2.0.2"

js-sys = "0.3"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -44,7 +44,7 @@ tauri = { version = "1.5", default-features = false, features = ["wry"] }

[target.'cfg(target_family = "wasm")'.dependencies]
#tauri-interop-macro = { path = "./tauri-interop-macro", features = ["_wasm"] }
tauri-interop-macro = { version = "2.0.1", features = [ "_wasm" ] }
tauri-interop-macro = { version = "2.0.2", features = [ "_wasm" ] }

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
tauri = "1.5"
Expand Down

0 comments on commit d7fc116

Please sign in to comment.