Skip to content

Commit 2967f8b

Browse files
Merge pull request #566 from alexcrichton/fix-tests
Fix tests on master
2 parents 0c45215 + e20ade5 commit 2967f8b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/all/utils/fixture.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,12 @@ impl Fixture {
137137
crate-type = ["cdylib"]
138138
139139
[dependencies]
140-
wasm-bindgen = "0.2"
140+
# Note that this uses and `=` dependency because there are
141+
# various tests which assert that the version of wasm
142+
# bindgen downloaded is what we expect, and if `=` is
143+
# removed then it will download whatever the newest version
144+
# of wasm-bindgen is which may not be what's listed here.
145+
wasm-bindgen = "=0.2.37"
141146
142147
[dev-dependencies]
143148
wasm-bindgen-test = "0.2"

0 commit comments

Comments
 (0)