Skip to content

Commit 9c4892c

Browse files
author
Eduardo Leegwater Simões
committed
piecrust: upgrade dusk-wasmtime to version 18
1 parent f2a5754 commit 9c4892c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

piecrust/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.16.0] - 2024-02-14
1111

12+
### Changed
13+
14+
- Upgrade `dusk-wasmtime` to version `18`
15+
1216
### Added
1317

1418
- Add `Session::migrate` to allow for swapping contract code [#313]

piecrust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MPL-2.0"
1616
crumbles = { version = "0.3", path = "../crumbles" }
1717
piecrust-uplink = { version = "0.11", path = "../piecrust-uplink" }
1818

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

0 commit comments

Comments
 (0)