Skip to content

Commit

Permalink
rusk-abi: updated piecrust and uplink dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed Jan 18, 2024
1 parent 0c77bd0 commit 193e5dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions rusk-abi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Updated piecrust-uplink dependency to 0.10.0-rc.0 [#1235]
- Updated piecrust dependency to 0.15.0-rc.0 [#1235]
- Changed owner to self_owner [#1235]

### Added
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.16", default-features = false, features = ["rkyv-impl", "alloc"] }

piecrust-uplink = "0.9.0-rc"
piecrust = { version = "0.14.0-rc", optional = true }
piecrust-uplink = "0.10.0-rc.0"
piecrust = { version = "0.15.0-rc.0", optional = true }

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

0 comments on commit 193e5dc

Please sign in to comment.