Merge pull request #566 from alexcrichton/fix-tests

Fix tests on master
master
ashley williams 6 years ago committed by GitHub
commit 2967f8b36b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      tests/all/utils/fixture.rs

@ -137,7 +137,12 @@ impl Fixture {
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
# Note that this uses and `=` dependency because there are
# various tests which assert that the version of wasm
# bindgen downloaded is what we expect, and if `=` is
# removed then it will download whatever the newest version
# of wasm-bindgen is which may not be what's listed here.
wasm-bindgen = "=0.2.37"
[dev-dependencies]
wasm-bindgen-test = "0.2"

Loading…
Cancel
Save