Skip to content

Commit

Permalink
Merge pull request #2131 from dusk-network/mocello/update_dep
Browse files Browse the repository at this point in the history
execution-core: Update phoenix dependency
  • Loading branch information
moCello authored Aug 14, 2024
2 parents beb6948 + 77f18a2 commit 50a86a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions execution-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dusk-jubjub = { version = "0.14", default-features = false, features = ["rkyv-im
dusk-poseidon = "0.39"
bls12_381-bls = { version = "0.4", default-features = false, features = ["rkyv-impl"] }
jubjub-schnorr = { version = "0.4", default-features = false, features = ["rkyv-impl"] }
phoenix-core = { version = "0.31.0-rc", default-features = false, features = ["rkyv-impl", "alloc"] }
phoenix-circuits = { version = "0.3.0-rc", default-features = false }
phoenix-core = { version = "0.31", default-features = false, features = ["rkyv-impl", "alloc"] }
phoenix-circuits = { version = "0.3", default-features = false }
poseidon-merkle = { version = "0.6", features = ["rkyv-impl"] }
piecrust-uplink = { version = "0.16" }
dusk-bytes = "0.1"
Expand Down

0 comments on commit 50a86a4

Please sign in to comment.