We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bbfed commit 415cec2Copy full SHA for 415cec2
1 file changed
Cargo.toml
@@ -59,8 +59,8 @@ jubjub-schnorr = { version = "=0.5.0", default-features = false }
59
kadcast = "0.7.0-rc.8"
60
phoenix-circuits = { version = "=0.4.0", default-features = false }
61
phoenix-core = { version = "=0.32.0", default-features = false }
62
-piecrust = "=0.25.0"
63
-piecrust-uplink = "=0.17.1"
+piecrust = { version = "=0.25.0", git = "https://github.com/dusk-network/piecrust", branch = "base-info-file" }
+piecrust-uplink = { version = "=0.17.1", git = "https://github.com/dusk-network/piecrust", branch = "base-info-file" }
64
poseidon-merkle = "=0.7.0"
65
zk-citadel = "=0.14.0"
66
0 commit comments