Skip to content

Commit 7768e7c

Browse files
author
Eduardo Leegwater Simões
committed
piecrust: upgrade dusk-wasmtime to 17
1 parent 0f81d4a commit 7768e7c

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

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

14+
### Changed
15+
16+
- Upgrade `dusk-wasmtime` to version `17`
17+
1418
## [0.15.0] - 2024-01-24
1519

1620
### Changed

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

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

0 commit comments

Comments
 (0)