Skip to content

Commit

Permalink
Bump to v0.13.0-rc.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello authored Aug 9, 2024
1 parent 6dda7c7 commit aaab71d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Update `phoenix-core` dependency to "0.31.0-rc"

## [0.12.0] - 2024-07-03

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk-citadel"
version = "0.12.0"
version = "0.13.0-rc.0"
repository = "https://github.com/dusk-network/citadel"
description = "Implementation of Citadel, a SSI system integrated in Dusk Network."
categories = ["cryptography", "authentication", "mathematics", "science"]
Expand All @@ -17,7 +17,7 @@ dusk-bls12_381 = { version = "0.13", default-features = false, features = ["rkyv
dusk-jubjub = { version = "0.14", default-features = false, features = ["rkyv-impl", "alloc"] }
ff = { version = "0.13", default-features = false }
jubjub-schnorr = { version = "0.4", features = ["zk", "rkyv-impl", "alloc"] }
phoenix-core = { version = "0.30", features = ["rkyv-impl", "alloc"] }
phoenix-core = { version = "0.31.0-rc.0", features = ["rkyv-impl", "alloc"] }
rand_core = { version = "0.6", default-features=false, features = ["getrandom"] }
rkyv = { version = "0.7", default-features = false }
bytecheck = { version = "0.6", default-features = false }
Expand Down

0 comments on commit aaab71d

Please sign in to comment.