Skip to content

Commit

Permalink
Merge pull request #337 from dusk-network/upgrade-wasmtime-18
Browse files Browse the repository at this point in the history
piecrust: upgrade to `dusk-wasmtime` version `18`
  • Loading branch information
Eduardo Leegwater Simões authored Feb 22, 2024
2 parents 7f0b326 + ff7a974 commit 9113a27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions piecrust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.0] - 2024-02-14

### Changed

- Change `call` and `feeder_call` functions to support `bytecheck`-based integrity check of arguments [#324]
- Upgrade `dusk-wasmtime` to version `18`

## [0.16.0] - 2024-02-14

### Added

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

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

### Fixed

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 9113a27

Please sign in to comment.