Skip to content

Commit 51e91e0

Browse files
Bump wasmtime from 30.0.2 to 31.0.0
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 30.0.2 to 31.0.0. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v31.0.0/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v30.0.2...v31.0.0) --- updated-dependencies: - dependency-name: wasmtime dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 683c93b commit 51e91e0

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

Cargo.lock

Lines changed: 66 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_wasm_aot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
wasmtime = { version = "30.0.2", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
7+
wasmtime = { version = "31.0.0", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
88
clap = "4.5"
99
cargo_metadata = "0.19"

0 commit comments

Comments
 (0)