Skip to content

Commit

Permalink
doc: v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andeya committed Mar 15, 2022
1 parent ccf55b2 commit 9c97c2e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmy"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
resolver = "2"
authors = ["henrylee2cn <[email protected]>"]
Expand All @@ -16,7 +16,7 @@ readme = "./README.md"


[target.'cfg(not(target_family="wasm"))'.dev-dependencies]
wasmy-vm = { version ="0.5.5", features = [] }
wasmy-vm = { version ="0.5.6", features = [] }
structopt = { version = "0.3", features = ["color"] }
tokio = { version = "1.17.0", features = ["macros", "rt", "rt-multi-thread"] }
[[example]]
Expand All @@ -31,7 +31,7 @@ path = "examples/vm/cvm.rs"


[target.'cfg(target_family="wasm")'.dev-dependencies]
wasmy-abi = "0.5.5"
wasmy-abi = "0.5.6"
rand = "0.8.4"
[[example]]
crate-type = ['cdylib']
Expand Down
4 changes: 2 additions & 2 deletions wasmy-abi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmy-abi"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
resolver = "2"
authors = ["henrylee2cn <[email protected]>"]
Expand All @@ -14,7 +14,7 @@ readme = "../README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wasmy-macros = "0.5.5"
wasmy-macros = "0.5.6"
protobuf = { version = "2", features = ["with-bytes"] }
anyhow = "1"

Expand Down
2 changes: 1 addition & 1 deletion wasmy-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmy-macros"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
resolver = "2"
authors = ["henrylee2cn <[email protected]>"]
Expand Down
6 changes: 3 additions & 3 deletions wasmy-vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmy-vm"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
resolver = "2"
authors = ["henrylee2cn <[email protected]>"]
Expand All @@ -14,8 +14,8 @@ readme = "../README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wasmy-macros = "0.5.5"
wasmy-abi = "0.5.5"
wasmy-macros = "0.5.6"
wasmy-abi = "0.5.6"
inventory = "0.2.2"
wasmer = "2.0.0"
wasmer-engine-universal = "2.0.0"
Expand Down

0 comments on commit 9c97c2e

Please sign in to comment.