Skip to content

Commit

Permalink
rusk-abi: upgraded piecrust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed May 22, 2024
1 parent 2e76b99 commit 437c83d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions rusk-abi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update `piecrust` from `0.15` to `0.16`
- Update `piecrust-uplink` from `0.10` to `0.11`
- Update dusk dependencies [#1609]
- Update `piecrust` from `0.18` to `0.19` [#1630]
- Update `piecrust-uplink` from `0.11` to `0.12` [#1630]

## [0.11.0] - 2023-10-12

Expand Down Expand Up @@ -200,6 +202,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add README.md

[#1710]: https://github.com/dusk-network/rusk/issues/1710
[#1630]: https://github.com/dusk-network/rusk/issues/1630
[#1609]: https://github.com/dusk-network/rusk/issues/1609
[#1371]: https://github.com/dusk-network/rusk/issues/1371
[#1228]: https://github.com/dusk-network/rusk/issues/1228
Expand Down
4 changes: 2 additions & 2 deletions rusk-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dusk-bytes = "0.1"
bytecheck = { version = "0.6", default-features = false }
dusk-plonk = { version = "0.19", default-features = false, features = ["rkyv-impl", "alloc"] }

piecrust-uplink = { version = "0.11" }
piecrust = { version = "0.18", optional = true }
piecrust-uplink = { version = "0.12" }
piecrust = { version = "0.19", optional = true }

# These are patches since these crates don't seem to like semver.
rkyv = { version = "=0.7.39", default-features = false, features = ["size_32"] }
Expand Down

0 comments on commit 437c83d

Please sign in to comment.