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

Commit

Permalink
Merge branch 'master' of https://github.com/rustwasm/wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
daubaris committed Mar 26, 2019
2 parents b7534ad + 5762bc8 commit e918fdd
Show file tree
Hide file tree
Showing 29 changed files with 298 additions and 889 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
4 changes: 3 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"
chrono = "0.4.6"

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 e918fdd

Please sign in to comment.