commit | 126e6ed44761ef4c558a2ca0e99c704403647498 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <support@dependabot.com> | Thu Apr 25 08:12:03 2019 +0000 |
committer | dependabot[bot] <support@dependabot.com> | Thu Apr 25 08:12:03 2019 +0000 |
tree | f21099eda41f5ea938948647c8eea505ad509dd3 | |
parent | 8b5aa3a97970ab52d309122d3868eafca6b3cb14 [diff] |
Update wasm-bindgen-test requirement from =0.2.19 to =0.2.42 Updates the requirements on [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) to permit the latest version. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.19...0.2.19) Signed-off-by: dependabot[bot] <support@dependabot.com>
diff --git a/crates/core_arch/Cargo.toml b/crates/core_arch/Cargo.toml index a1ac0ed..43eacd7 100644 --- a/crates/core_arch/Cargo.toml +++ b/crates/core_arch/Cargo.toml
@@ -29,7 +29,7 @@ std_detect = { version = "0.*", path = "../std_detect" } [target.wasm32-unknown-unknown.dev-dependencies] -wasm-bindgen-test = "=0.2.19" +wasm-bindgen-test = "=0.2.42" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "dox" ] \ No newline at end of file