test(bindgen): remember how versions in cargo.toml work

master
Ashley Williams 6 years ago
parent b72048b8c7
commit c65e1ecc3d
  1. 2
      tests/all/build.rs

@ -122,7 +122,7 @@ fn dash_dash_web_target_has_error_on_old_bindgen() {
name = 'bar'
[dependencies]
wasm-bindgen = "0.2.37"
wasm-bindgen = "=0.2.37"
"#,
)
.file(

Loading…
Cancel
Save