Skip to content

Commit

Permalink
NO-JIRA: Update wasm-bindgen to 0.2.91
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Feb 8, 2024
1 parent 3477064 commit 9059dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/rust/wasm-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
apache-avro = { path = "../avro" }
serde = { default-features = false, version = "1.0.196", features = ["derive"] }
wasm-bindgen = "0.2.90"
wasm-bindgen = "0.2.91"

[dev-dependencies]
console_error_panic_hook = { version = "0.1.7" }
Expand Down

0 comments on commit 9059dd5

Please sign in to comment.