Skip to content

Commit

Permalink
bump crate versions 0.31.0 -> 0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Dec 1, 2023
1 parent 8419435 commit e9fe987
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions crates/cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wasmi_cli"
version = "0.31.0"
version = "0.31.1"
documentation = "https://docs.rs/wasmi/"
description = "WebAssembly interpreter"
authors.workspace = true
Expand All @@ -14,8 +14,8 @@ categories.workspace = true
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
wasmi = { version = "0.31.0", path = "../wasmi" }
wasmi_wasi = { version = "0.31.0", path = "../wasi" }
wasmi = { version = "0.31.1", path = "../wasmi" }
wasmi_wasi = { version = "0.31.1", path = "../wasi" }
wat = "1"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/wasi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wasmi_wasi"
version = "0.31.0"
version = "0.31.1"
documentation = "https://docs.rs/wasmi_wasi"
description = "WASI library support for the wasmi interpreter"
authors.workspace = true
Expand All @@ -15,7 +15,7 @@ categories.workspace = true
wasi-common = "2.0"
wasi-cap-std-sync = "2.0"
wiggle = { version = "2.0", default-features = false, features = ["wiggle_metadata"] }
wasmi = { version = "0.31.0", path = "../wasmi" }
wasmi = { version = "0.31.1", path = "../wasmi" }

[dev-dependencies]
wat = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wasmi"
version = "0.31.0"
version = "0.31.1"
documentation = "https://docs.rs/wasmi/"
description = "WebAssembly interpreter"
exclude = ["tests/*", "benches/*"]
Expand Down

0 comments on commit e9fe987

Please sign in to comment.