We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c972aec commit 71ad725Copy full SHA for 71ad725
Cargo.toml
@@ -14,7 +14,7 @@ members = [
14
, "podnet/identity-github"]
15
16
[workspace.dependencies]
17
-pod2 = { git = "https://github.com/0xPARC/pod2", rev = "b02d0ec46247f3f64bd4d2e30db9da7f40903409", default-features = false, features = [ "backend_plonky2", "zk", "examples", "disk_cache" ] }
+pod2 = { git = "https://github.com/0xPARC/pod2", rev = "7e04eb51ff34f7947f396ef30b8e53edc1dc3f2c", default-features = false, features = [ "backend_plonky2", "zk", "examples", "disk_cache" ] }
18
pod2_solver = { path = "core/new_solver" }
19
podnet-models = { path = "core/models" }
20
pod-utils = { path = "core/utils" }
0 commit comments