Skip to content

Commit

Permalink
Merge pull request #182 from dusk-network/release-circuits_v0.1.0
Browse files Browse the repository at this point in the history
circuits: Fix bump to v0.1.0
  • Loading branch information
moCello authored May 22, 2024
2 parents 0ac65c6 + 22ebead commit dc40f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit dc40f16

Please sign in to comment.