We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec5558 commit bafedf0Copy full SHA for bafedf0
examples/greet/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
[dependencies]
8
-serde-wasm-bindgen = "0.4.3"
+serde-wasm-bindgen = "0.6.3"
9
js-sys = "0.3.59"
10
serde = { version = "1.0.140", features = ["derive"] }
11
wasm-bindgen = { version = "0.2.82", features = ["serde-serialize"] }
examples/test/Cargo.toml
@@ -15,7 +15,7 @@ tauri-bindgen-guest-rust = { path = "../../crates/guest-rust" }
15
wasm-logger = "0.2.0"
16
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys", features = ["tauri", "process"]}
17
wasm-bindgen = "0.2.86"
18
-serde-wasm-bindgen = "0.5.0"
19
js-sys = "0.3.63"
20
21
[features]
0 commit comments