Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed May 11, 2021
1 parent 2f558de commit 30734e7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subwasm"
version = "0.5.0"
version = "0.6.0"
authors = ["chevdor <[email protected]>", "Wilfried Kopp <[email protected]"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["wasm", "cli", "substrate", "blockchain", "runtime", "polkadot", "ku
name = "subwasmlib"
readme = "README.md"
repository = "https://gitlab.com/chevdor/subwasm"
version = "0.5.0"
version = "0.6.0"

[dependencies]
calm_io = "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion libs/wasm-loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["wasm", "cli", "substrate", "blockchain", "runtime", "polkadot", "ku
name = "wasm-loader"
readme = "README.md"
repository = "https://gitlab.com/chevdor/subwasm"
version = "0.5.0"
version = "0.6.0"

[dependencies]
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion libs/wasm-testbed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["wasm", "cli", "substrate", "blockchain", "runtime", "polkadot", "ku
name = "wasm-testbed"
readme = "README.md"
repository = "https://gitlab.com/chevdor/subwasm"
version = "0.4.0"
version = "0.6.0"

[dependencies]
codec = {package = "parity-scale-codec", version = "2.0.0"}
Expand Down

0 comments on commit 30734e7

Please sign in to comment.