Skip to content

Commit d2feffa

Browse files
committed
use published deps
1 parent 8d608d7 commit d2feffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

w3f-ring-proof/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ark-poly.workspace = true
1515
ark-serialize.workspace = true
1616
w3f-pcs.workspace = true
1717
rayon = { workspace = true, optional = true }
18-
w3f-plonk-common = { path = "../w3f-plonk-common", default-features = false }
18+
w3f-plonk-common = { version = "0.0.1", default-features = false }
1919
blake2 = { version = "0.10", default-features = false }
20-
ark-transcript = { git = "https://github.com/w3f/ark-transcript", default-features = false }
20+
ark-transcript = { version = "0.0.3", default-features = false }
2121

2222
[dev-dependencies]
2323
ark-bls12-381 = { version = "0.5", default-features = false, features = ["curve"] }

0 commit comments

Comments
 (0)