Skip to content

Commit 491b91d

Browse files
committed
Tighten wasm-bindgen version dependency
No need to pick up new features right now as it's tied to what we're downloading in the docker container
1 parent fe825c9 commit 491b91d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/coresimd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stdsimd-test = { version = "0.*", path = "../stdsimd-test" }
2323
stdsimd = { version = "0.0.3", path = "../stdsimd" }
2424

2525
[target.wasm32-unknown-unknown.dev-dependencies]
26-
wasm-bindgen-test = "0.2.19"
26+
wasm-bindgen-test = "=0.2.19"
2727

2828
[features]
2929
# Internal-usage only: denies all warnings.

crates/stdsimd-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ backtrace = "0.3"
1010
cc = "1.0"
1111
lazy_static = "1.0"
1212
rustc-demangle = "0.1.8"
13-
wasm-bindgen = "0.2.19"
13+
wasm-bindgen = "=0.2.19"
1414

1515
[features]
1616
default = []

0 commit comments

Comments
 (0)