Skip to content

Commit

Permalink
Merge pull request #322 from dusk-network/dusk-wasmtime-17.0.0
Browse files Browse the repository at this point in the history
Upgrade `dusk-wasmtime` to `17`
  • Loading branch information
Eduardo Leegwater Simões authored Feb 7, 2024
2 parents 0f81d4a + 7768e7c commit ac38650
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 @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Changed

- Upgrade `dusk-wasmtime` to version `17`

## [0.15.0] - 2024-01-24

### Changed
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.10", path = "../piecrust-uplink" }

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

0 comments on commit ac38650

Please sign in to comment.