feat(binstall): 0.0.2

master
Ashley Williams 6 years ago
parent f456394c7e
commit 616bd80ab7
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml
  3. 2
      binary-install/Cargo.toml

4
Cargo.lock generated

@ -86,7 +86,7 @@ dependencies = [
[[package]] [[package]]
name = "binary-install" name = "binary-install"
version = "0.0.1" version = "0.0.2"
dependencies = [ dependencies = [
"curl 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1273,7 +1273,7 @@ version = "0.7.0"
dependencies = [ dependencies = [
"assert_cmd 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "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)", "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)", "curl 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",

@ -32,7 +32,7 @@ siphasher = "0.2.3"
structopt = "0.2" structopt = "0.2"
toml = "0.4" toml = "0.4"
which = "2.0.0" which = "2.0.0"
binary-install = { version = "0.0.1", path = "./binary-install" } binary-install = { version = "0.0.2", path = "./binary-install" }
walkdir = "2" walkdir = "2"
[dev-dependencies] [dev-dependencies]

@ -4,7 +4,7 @@ description = "install a binary from a path to a global cache"
authors = ["The wasm-pack team"] authors = ["The wasm-pack team"]
repository = "https://github.com/rustwasm/wasm-pack/tree/master/binary-install" repository = "https://github.com/rustwasm/wasm-pack/tree/master/binary-install"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
version = "0.0.1" version = "0.0.2"
documentation = "https://docs.rs/binary-install" documentation = "https://docs.rs/binary-install"
readme = "./README.md" readme = "./README.md"

Loading…
Cancel
Save