From 22ebead638ef24605269a27d73e6dbeb39aa50fe Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 22 May 2024 16:04:15 +0200 Subject: [PATCH] circuits: Fix bump to v0.1.0 --- circuits/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuits/Cargo.toml b/circuits/Cargo.toml index f80dfa2..a3f2c89 100644 --- a/circuits/Cargo.toml +++ b/circuits/Cargo.toml @@ -10,7 +10,7 @@ exclude = [".github/workflows/dusk-ci.yml", ".gitignore"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -phoenix-core = { path = "../core" } +phoenix-core = { version = "0.28.0", path = "../core" } dusk-plonk = { version = "0.19", default-features = false } dusk-jubjub = { version = "0.14", default-features = false } poseidon-merkle = { version = "0.6", features = ["rkyv-impl", "zk", "size_32"] }