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

tustvold pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git


The following commit(s) were added to refs/heads/main by this push:
     new 3dcf30d  Fix `cargo publish` by specifying version for 
wasm-bindgen-test (#358)
3dcf30d is described below

commit 3dcf30d9cd4b72c6dcc422d6a4b530011e2f6073
Author: Andrew Lamb <[email protected]>
AuthorDate: Sun May 25 08:29:50 2025 -0400

    Fix `cargo publish` by specifying version for wasm-bindgen-test (#358)
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 7dee9c3..8ba51a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -89,7 +89,7 @@ regex = "1.11.1"
 reqwest = { version = "0.12", features = ["gzip"] }
 
 [target.'cfg(all(target_arch = "wasm32", target_os = 
"unknown"))'.dev-dependencies]
-wasm-bindgen-test = "*"
+wasm-bindgen-test = "0.3.50"
 
 [dev-dependencies.getrandom_v03]
 package = "getrandom"

Reply via email to