Skip to content

Commit

Permalink
circuits: Update phoenix-core to v0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
xevisalle committed Dec 18, 2024
1 parent bf8c665 commit 4ad116c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions circuits/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 jubjub-elgamal dependency [#255]

### Changed

- Update phoenix-core to v0.33

### Removed

- Remove elgamal encryption module [#255]
Expand Down
2 changes: 1 addition & 1 deletion circuits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = [".github/workflows/dusk-ci.yml", ".gitignore"]

[dependencies]
dusk-bytes = "0.1"
phoenix-core = { version = "0.32", default-features = false, path = "../core" }
phoenix-core = { version = "0.33", default-features = false, path = "../core" }
dusk-bls12_381 = { version = "0.13", default-features = false }
dusk-jubjub = { version = "0.14", default-features = false }
poseidon-merkle = "0.7"
Expand Down

0 comments on commit 4ad116c

Please sign in to comment.