diff --git a/src/manifest/mod.rs b/src/manifest/mod.rs index 9244b11..eb2744c 100644 --- a/src/manifest/mod.rs +++ b/src/manifest/mod.rs @@ -10,7 +10,6 @@ use std::path::Path; use self::npm::{ repository::Repository, CommonJSPackage, ESModulesPackage, NoModulesPackage, NpmPackage, }; -use console::style; use emoji; use error::Error; use progressbar::Step; diff --git a/tests/all/utils/fixture.rs b/tests/all/utils/fixture.rs index 93e5a6d..9b5e1d1 100644 --- a/tests/all/utils/fixture.rs +++ b/tests/all/utils/fixture.rs @@ -94,10 +94,10 @@ impl Fixture { crate-type = ["cdylib"] [dependencies] - wasm-bindgen = "0.2.21" + wasm-bindgen = "=0.2.21" [dev-dependencies] - wasm-bindgen-test = "0.2.21" + wasm-bindgen-test = "=0.2.21" "#, name ), @@ -312,10 +312,10 @@ pub fn no_cdylib() -> Fixture { # crate-type = ["cdylib"] [dependencies] - wasm-bindgen = "0.2.21" + wasm-bindgen = "=0.2.21" [dev-dependencies] - wasm-bindgen-test = "0.2.21" + wasm-bindgen-test = "=0.2.21" "#, ); fixture