This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 2cd32daec NO-JIRA: Update wasm-bindgen to 0.2.91
2cd32daec is described below

commit 2cd32daecdcf0fa1ba7b7015af8d61af5c1d179d
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]>
    (cherry picked from commit 9059dd539de2891bfe1503b7efcf7c2f6d22386b)
---
 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" }

Reply via email to