Skip to content

Commit c209b71

Browse files
committed
bump
1 parent 8479c60 commit c209b71

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,17 @@ subxt-metadata = "0.44"
7777
# ZK proof generation (aligned with chain)
7878
anyhow = "1.0"
7979

80-
qp-wormhole-circuit-builder = { version = "1.3.0" }
80+
qp-plonky2 = { version = "1.4.0", default-features = false, features = ["rand", "std"] }
81+
qp-wormhole-circuit = { version = "1.4.0", default-features = false, features = ["std"] }
82+
qp-wormhole-prover = { version = "1.4.0", default-features = false, features = ["std"] }
83+
qp-wormhole-verifier = { version = "1.4.0", default-features = false, features = ["std"] }
84+
qp-wormhole-aggregator = { version = "1.4.0", default-features = false, features = ["rayon", "std"] }
85+
qp-wormhole-inputs = { version = "1.4.0", default-features = false, features = ["std"] }
86+
qp-zk-circuits-common = { version = "1.4.0", default-features = false, features = ["std"] }
8187
qp-wormhole-circuit-builder = { version = "1.4.0" }
8288

8389

8490
[build-dependencies]
85-
qp-wormhole-circuit-builder = { version = "1.3.0" }
8691
qp-wormhole-circuit-builder = { version = "1.4.0" }
8792

8893
[dev-dependencies]

0 commit comments

Comments
 (0)