Skip to content

Commit 9113a27

Browse files
author
Eduardo Leegwater Simões
authored
Merge pull request #337 from dusk-network/upgrade-wasmtime-18
piecrust: upgrade to `dusk-wasmtime` version `18`
2 parents 7f0b326 + ff7a974 commit 9113a27

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

piecrust/CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.16.0] - 2024-02-14
11-
1210
### Changed
1311

14-
- Change `call` and `feeder_call` functions to support `bytecheck`-based integrity check of arguments [#324]
12+
- Upgrade `dusk-wasmtime` to version `18`
13+
14+
## [0.16.0] - 2024-02-14
1515

1616
### Added
1717

@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### Changed
2121

2222
- Upgrade `dusk-wasmtime` to version `17`
23+
- Change `call` and `feeder_call` functions to support `bytecheck`-based integrity check of arguments [#324]
2324

2425
### Fixed
2526

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)