Skip to content

Commit 3dcf30d

Browse files
authored
Fix cargo publish by specifying version for wasm-bindgen-test (#358)
1 parent 3c679d2 commit 3dcf30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ regex = "1.11.1"
8989
reqwest = { version = "0.12", features = ["gzip"] }
9090

9191
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies]
92-
wasm-bindgen-test = "*"
92+
wasm-bindgen-test = "0.3.50"
9393

9494
[dev-dependencies.getrandom_v03]
9595
package = "getrandom"

0 commit comments

Comments
 (0)