Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
feat(binstall): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Mar 16, 2019
1 parent f456394 commit 616bd80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion binary-install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 616bd80

Please sign in to comment.