Skip to content

Commit

Permalink
chore: update wasmtime (patch release only) (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Jun 26, 2024
1 parent 4f41119 commit ba5c869
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ libsecp256k1 = { version = "0.7.1" }
bls-signatures = { version = "0.15", default-features = false }

# wasmtime
wasmtime = {version = "19.0.1", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation"] }
wasmtime-environ = "19.0.1"
wasmtime-runtime = { version = "19.0.1", default-features = false }
wasmtime = {version = "19.0.2", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation"] }
wasmtime-environ = "19.0.2"
wasmtime-runtime = { version = "19.0.2", default-features = false }

# misc
libfuzzer-sys = "0.4"
Expand Down
1 change: 1 addition & 0 deletions fvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes to the reference FVM implementation.

- **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.
- chore: remove the `nv23-dev` feature flag [#2022](https://github.com/filecoin-project/ref-fvm/pull/2022)
- chore: update wasmtime to 19.0.2

## 4.3.0 [2023-06-12]

Expand Down

0 comments on commit ba5c869

Please sign in to comment.