Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed May 3, 2021
1 parent 2a777d9 commit 8fdb893
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 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.1.0"
version = "0.2.0"
authors = ["chevdor <[email protected]>", "Wilfried Kopp <[email protected]"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ usage:
cargo +nightly run -q -- meta --help > doc/usage_meta.adoc

doc:usage
cargo +nightly doc -p subwasm -p subwasmlib -p wasm-loader -p wasm-testbed -p substrate-runtime-proposal-hash --all-features --no-deps
cargo +nightly doc -p subwasm -p subwasmlib -p wasm-loader -p wasm-testbed -p substrate-runtime-proposal-hash --all-features --no-deps
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subwasmlib"
version = "0.1.0"
version = "0.2.0"
authors = ["chevdor <[email protected]>"]
edition = "2018"
homepage = "https://gitlab.com/chevdor/subwasm"
Expand Down
2 changes: 1 addition & 1 deletion libs/substrate-runtime-proposal-hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substrate-runtime-proposal-hash"
version = "0.1.0"
version = "0.2.0"
authors = ["chevdor <[email protected]>"]
edition = "2018"
homepage = "https://gitlab.com/chevdor/subwasm"
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.1.0"
version = "0.2.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
@@ -1,6 +1,6 @@
[package]
name = "wasm-testbed"
version = "0.1.0"
version = "0.2.0"
authors = ["chevdor <[email protected]>"]
edition = "2018"
homepage = "https://gitlab.com/chevdor/subwasm"
Expand Down

0 comments on commit 8fdb893

Please sign in to comment.