Skip to content

Commit ff7a974

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

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
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Upgrade `dusk-wasmtime` to version `18`
13+
1014
## [0.16.0] - 2024-02-14
1115

1216
### Added

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)