diff --git a/Cargo.lock b/Cargo.lock index 451833b5..e4cc0348 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "binary-install" -version = "0.0.1" +version = "0.0.2" dependencies = [ "curl 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1273,7 +1273,7 @@ version = "0.7.0" dependencies = [ "assert_cmd 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "binary-install 0.0.1", + "binary-install 0.0.2", "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "curl 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b747e3f6..41a4b738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ siphasher = "0.2.3" structopt = "0.2" toml = "0.4" which = "2.0.0" -binary-install = { version = "0.0.1", path = "./binary-install" } +binary-install = { version = "0.0.2", path = "./binary-install" } walkdir = "2" [dev-dependencies] diff --git a/binary-install/Cargo.toml b/binary-install/Cargo.toml index ca2044da..10c82e56 100644 --- a/binary-install/Cargo.toml +++ b/binary-install/Cargo.toml @@ -4,7 +4,7 @@ description = "install a binary from a path to a global cache" authors = ["The wasm-pack team"] repository = "https://github.com/rustwasm/wasm-pack/tree/master/binary-install" license = "MIT/Apache-2.0" -version = "0.0.1" +version = "0.0.2" documentation = "https://docs.rs/binary-install" readme = "./README.md"