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

Commit

Permalink
chore: Remove binary-install
Browse files Browse the repository at this point in the history
binary-install has been moved to it's own repository: https://github.com/rustwasm/binary-install.
This means that wasm-pack shouldn't have it in it's repository as well.
  • Loading branch information
drager committed Mar 23, 2019
1 parent b07ec95 commit 6d37648
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 729 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ build: false
test_script:
- cargo test --release --tests --locked
- cargo test --release --doc
- cd binary-install
- cargo test
- cd ..

before_deploy:
- ps: |
Expand Down
6 changes: 5 additions & 1 deletion 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.2", path = "./binary-install" }
binary-install = "0.0.2"
walkdir = "2"

[dev-dependencies]
Expand Down
23 changes: 0 additions & 23 deletions binary-install/Cargo.toml

This file was deleted.

2 changes: 0 additions & 2 deletions binary-install/README.md

This file was deleted.

Loading

0 comments on commit 6d37648

Please sign in to comment.