Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
photovoltex committed Mar 17, 2024
1 parent 05d7cb9 commit 47f3a12
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
20 changes: 17 additions & 3 deletions Cargo.lock

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

10 changes: 5 additions & 5 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.1.1"
package.version = "2.1.3"
package.keywords = ["wasm", "tauri", "command", "event", "leptos"]
package.authors = ["photovoltex"]
package.repository = "https://github.com/photovoltex/tauri-interop.git"
Expand All @@ -24,8 +24,8 @@ description = "Easily connect your rust frontend and backend without writing dup
readme = "README.md"

[dependencies]
tauri-interop-macro = { path = "./tauri-interop-macro" }
#tauri-interop-macro = "2.1.1"
#tauri-interop-macro = { path = "./tauri-interop-macro" }
tauri-interop-macro = "2.1.3"

js-sys = "0.3"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -43,8 +43,8 @@ leptos = { version = "0.6", optional = true }
tauri = { version = "1.6", 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.1.1", features = [ "_wasm" ] }
#tauri-interop-macro = { path = "./tauri-interop-macro", features = ["_wasm"] }
tauri-interop-macro = { version = "2.1.3", features = [ "_wasm" ] }

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

0 comments on commit 47f3a12

Please sign in to comment.