Skip to content

Commit ba5c869

Browse files
authored
chore: update wasmtime (patch release only) (#2023)
1 parent 4f41119 commit ba5c869

File tree

3 files changed

+48
-47
lines changed

3 files changed

+48
-47
lines changed

Cargo.lock

+44-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ libsecp256k1 = { version = "0.7.1" }
5454
bls-signatures = { version = "0.15", default-features = false }
5555

5656
# wasmtime
57-
wasmtime = {version = "19.0.1", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation"] }
58-
wasmtime-environ = "19.0.1"
59-
wasmtime-runtime = { version = "19.0.1", default-features = false }
57+
wasmtime = {version = "19.0.2", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation"] }
58+
wasmtime-environ = "19.0.2"
59+
wasmtime-runtime = { version = "19.0.2", default-features = false }
6060

6161
# misc
6262
libfuzzer-sys = "0.4"

fvm/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changes to the reference FVM implementation.
66

77
- **BREAKING**: Simplify the verify-signtures feature and update ambassador. This is a minor-breaking change because the ambassador macros are now only exported from the prelude/kernel module, not the crate root as they previously were.
88
- chore: remove the `nv23-dev` feature flag [#2022](https://github.com/filecoin-project/ref-fvm/pull/2022)
9+
- chore: update wasmtime to 19.0.2
910

1011
## 4.3.0 [2023-06-12]
1112

0 commit comments

Comments
 (0)