Skip to content

Commit e9fe987

Browse files
committed
bump crate versions 0.31.0 -> 0.31.1
1 parent 8419435 commit e9fe987

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

crates/cli/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmi_cli"
3-
version = "0.31.0"
3+
version = "0.31.1"
44
documentation = "https://docs.rs/wasmi/"
55
description = "WebAssembly interpreter"
66
authors.workspace = true
@@ -14,8 +14,8 @@ categories.workspace = true
1414
[dependencies]
1515
anyhow = "1"
1616
clap = { version = "4", features = ["derive"] }
17-
wasmi = { version = "0.31.0", path = "../wasmi" }
18-
wasmi_wasi = { version = "0.31.0", path = "../wasi" }
17+
wasmi = { version = "0.31.1", path = "../wasmi" }
18+
wasmi_wasi = { version = "0.31.1", path = "../wasi" }
1919
wat = "1"
2020

2121
[dev-dependencies]

crates/wasi/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmi_wasi"
3-
version = "0.31.0"
3+
version = "0.31.1"
44
documentation = "https://docs.rs/wasmi_wasi"
55
description = "WASI library support for the wasmi interpreter"
66
authors.workspace = true
@@ -15,7 +15,7 @@ categories.workspace = true
1515
wasi-common = "2.0"
1616
wasi-cap-std-sync = "2.0"
1717
wiggle = { version = "2.0", default-features = false, features = ["wiggle_metadata"] }
18-
wasmi = { version = "0.31.0", path = "../wasmi" }
18+
wasmi = { version = "0.31.1", path = "../wasmi" }
1919

2020
[dev-dependencies]
2121
wat = "1.0.50"

crates/wasmi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmi"
3-
version = "0.31.0"
3+
version = "0.31.1"
44
documentation = "https://docs.rs/wasmi/"
55
description = "WebAssembly interpreter"
66
exclude = ["tests/*", "benches/*"]

0 commit comments

Comments
 (0)