From 4ad116c881b26e07eda9d8608ea6fc59d915cfd6 Mon Sep 17 00:00:00 2001 From: xevisalle Date: Wed, 18 Dec 2024 15:49:17 +0100 Subject: [PATCH] circuits: Update phoenix-core to v0.33 --- circuits/CHANGELOG.md | 4 ++++ circuits/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/circuits/CHANGELOG.md b/circuits/CHANGELOG.md index ca9d249..af6f42b 100644 --- a/circuits/CHANGELOG.md +++ b/circuits/CHANGELOG.md @@ -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] diff --git a/circuits/Cargo.toml b/circuits/Cargo.toml index d76730b..0b0b30d 100644 --- a/circuits/Cargo.toml +++ b/circuits/Cargo.toml @@ -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"