This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 9059dd539 NO-JIRA: Update wasm-bindgen to 0.2.91
9059dd539 is described below
commit 9059dd539de2891bfe1503b7efcf7c2f6d22386b
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Feb 8 10:20:21 2024 +0200
NO-JIRA: Update wasm-bindgen to 0.2.91
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
lang/rust/wasm-demo/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/rust/wasm-demo/Cargo.toml b/lang/rust/wasm-demo/Cargo.toml
index 71afbc179..09d95b5c3 100644
--- a/lang/rust/wasm-demo/Cargo.toml
+++ b/lang/rust/wasm-demo/Cargo.toml
@@ -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" }