Subwasm v0.17.0 (568f765d)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.17.0/subwasm_linux_amd64_v0.17.0.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help
MacOS
brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm
Changes since v0.16.0
- 568f765: Update doc
- 772dd2f: Update deps + version bump
- fdfd073: Fix endpoint urls
- a574c04: Switch to production profile
- 8f4a672: Fix clippy warning
- 0cecd76: Disable onfinality
- 6d428e8: Remove unrequired fn call
- 4339dc8: Update to clap v3
- ba62f85: Bring color to subcommands
- 07a992c: Add release profile
- 2682c6a: Add versions to the deps
- 33e8919: Dependency sp-maybe-compressed-blob version bump to 4.1.0-dev (#35)
- e554c94: Update README (#33)
- 532f947: Switch the MacOS runner to macos-10.15 specifically