Skip to content

Commit

Permalink
Bump wasmi version to 0.21.0 (#604)
Browse files Browse the repository at this point in the history
bump wasmi version to 0.21.0
  • Loading branch information
Robbepop committed Jan 4, 2023
1 parent 8fb3a58 commit 9e228e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
wasi-common = "2.0"
wasi-cap-std-sync = "2.0"
wiggle = { version = "2.0", default-features = false, features = ["wiggle_metadata"] }
wasmi = { version = "0.20.0", path = "../wasmi" }
wasmi = { version = "0.21.0", path = "../wasmi" }

[dev-dependencies]
wat = "1.0.50"
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 = "wasmi"
version = "0.20.0"
version = "0.21.0"
documentation = "https://docs.rs/wasmi/"
description = "WebAssembly interpreter"
exclude = ["tests/*", "benches/*"]
Expand Down

0 comments on commit 9e228e8

Please sign in to comment.