We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wasm-bindgen
1 parent d9fef35 commit f445723Copy full SHA for f445723
1 file changed
charms-lib/Cargo.toml
@@ -20,7 +20,7 @@ wasm = ["wasm-bindgen", "serde-wasm-bindgen", "getrandom"]
20
charms-client = { path = "../charms-client", version = "13.0.0" }
21
getrandom = { version = "0.4.2", optional = true, features = ["wasm_js"] }
22
serde-wasm-bindgen = { version = "0.6.5", optional = true }
23
-wasm-bindgen = { version = "0.2.117", optional = true }
+wasm-bindgen = { version = "0.2.118", optional = true }
24
25
[dev-dependencies]
26
serde_json = { workspace = true }
0 commit comments