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
This commit is contained in:
parent
c1965d33a8
commit
274b91093d
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ stdsimd-test = { version = "0.*", path = "../stdsimd-test" }
|
|||
stdsimd = { version = "0.0.3", path = "../stdsimd" }
|
||||
|
||||
[target.wasm32-unknown-unknown.dev-dependencies]
|
||||
wasm-bindgen-test = "0.2.19"
|
||||
wasm-bindgen-test = "=0.2.19"
|
||||
|
||||
[features]
|
||||
# Internal-usage only: denies all warnings.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ backtrace = "0.3"
|
|||
cc = "1.0"
|
||||
lazy_static = "1.0"
|
||||
rustc-demangle = "0.1.8"
|
||||
wasm-bindgen = "0.2.19"
|
||||
wasm-bindgen = "=0.2.19"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue