Skip to content

Commit

Permalink
Prepare Wasmi release v0.32.0-beta.14 (#1021)
Browse files Browse the repository at this point in the history
* bump Wasmi crate versions

* update changelog
  • Loading branch information
Robbepop committed May 7, 2024
1 parent 930a428 commit 5942213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -8,7 +8,7 @@ Additionally we have an `Internal` section for changes that are of interest to d

Dates in this file are formattes as `YYYY-MM-DD`.

## [`0.32.0-beta.13`] - 2024-05-02
## [`0.32.0-beta.14`] - 2024-05-07

**Note:**

Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Expand Up @@ -13,7 +13,7 @@ resolver = "2"
[workspace.package]
authors = ["Robin Freyler <robin.freyler@gmail.com>"]
repository = "https://github.com/wasmi-labs/wasmi"
version = "0.32.0-beta.13"
version = "0.32.0-beta.14"
rust-version = "1.77"
edition = "2021"
readme = "README.md"
Expand All @@ -23,10 +23,10 @@ categories = ["wasm", "no-std", "virtualization"]
exclude = ["tests"]

[workspace.dependencies]
wasmi = { version = "0.32.0-beta.13", path = "crates/wasmi", default-features = false }
wasmi_wasi = { version = "0.32.0-beta.13", path = "crates/wasi", default-features = false }
wasmi_core = { version = "0.32.0-beta.13", path = "crates/core", default-features = false }
wasmi_collections = { version = "0.32.0-beta.13", path = "crates/collections", default-features = false }
wasmi = { version = "0.32.0-beta.14", path = "crates/wasmi", default-features = false }
wasmi_wasi = { version = "0.32.0-beta.14", path = "crates/wasi", default-features = false }
wasmi_core = { version = "0.32.0-beta.14", path = "crates/core", default-features = false }
wasmi_collections = { version = "0.32.0-beta.14", path = "crates/collections", default-features = false }
num-traits = { version = "0.2.8", default-features = false }

[profile.bench]
Expand Down

0 comments on commit 5942213

Please sign in to comment.