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"] }