Skip to content

Commit

Permalink
piecrust: upgrade dusk-wasmtime to version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Feb 22, 2024
1 parent f2a5754 commit 9c4892c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions piecrust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.16.0] - 2024-02-14

### Changed

- Upgrade `dusk-wasmtime` to version `18`

### Added

- Add `Session::migrate` to allow for swapping contract code [#313]
Expand Down
2 changes: 1 addition & 1 deletion piecrust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "MPL-2.0"
crumbles = { version = "0.3", path = "../crumbles" }
piecrust-uplink = { version = "0.11", path = "../piecrust-uplink" }

dusk-wasmtime = { version = "17", default-features = false, features = ["cranelift", "parallel-compilation"] }
dusk-wasmtime = { version = "18", default-features = false, features = ["cranelift", "runtime", "parallel-compilation"] }
bytecheck = "0.6"
rkyv = { version = "0.7", features = ["size_32", "validation"] }
blake3 = "1"
Expand Down

0 comments on commit 9c4892c

Please sign in to comment.