Skip to content

Commit

Permalink
Bump soroban-wasmi to 0.31.1-soroban.20.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Jan 24, 2024
1 parent 5ebc83b commit 0ed3f3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish = false
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
wasmi = { version = "0.31.1-soroban.20.0.0", path = "../wasmi", package = "soroban-wasmi" }
wasmi = { version = "0.31.1-soroban.20.0.1", path = "../wasmi", package = "soroban-wasmi" }
wasmi_wasi = { version = "0.31.1-soroban.20.0.0", path = "../wasi" }
wat = "1"

Expand Down
2 changes: 1 addition & 1 deletion crates/wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish = false
wasi-common = "2.0"
wasi-cap-std-sync = "2.0"
wiggle = { version = "2.0", default-features = false, features = ["wiggle_metadata"] }
wasmi = { version = "0.31.1-soroban.20.0.0", path = "../wasmi", package = "soroban-wasmi" }
wasmi = { version = "0.31.1-soroban.20.0.1", path = "../wasmi", package = "soroban-wasmi" }

[dev-dependencies]
wat = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soroban-wasmi"
version = "0.31.1-soroban.20.0.0"
version = "0.31.1-soroban.20.0.1"
description = "Soroban fork of Parity WebAssembly interpreter"
exclude = ["tests/*", "benches/*"]
authors.workspace = true
Expand Down

0 comments on commit 0ed3f3d

Please sign in to comment.