Skip to content

Commit 6b0b2f3

Browse files
committed
remove cargo binstall stuff
1 parent 1c0c3a9 commit 6b0b2f3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ documentation = "https://docs.rs/ic-wasm"
1010
repository = "https://github.com/dfinity/ic-wasm"
1111
categories = ["wasm"]
1212
keywords = ["internet-computer", "canister", "dfinity"]
13-
include = ["src", "Cargo.toml", "LICENSE", "README.md"]
14-
15-
[package.metadata.binstall]
16-
pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ target }{ archive-suffix }"
17-
pkg-fmt = "tgz" # archive-suffix = .tar.gz
13+
include = ["src", "Cargo.toml", "LICENSE", "README.md"] # archive-suffix = .tar.gz
1814

1915
[[bin]]
2016
name = "ic-wasm"

0 commit comments

Comments
 (0)