We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26548cf commit 6dcd17cCopy full SHA for 6dcd17c
Cargo.toml
@@ -20,8 +20,8 @@ env_logger = "0.11"
20
lazy_static = "1.5.0"
21
thiserror = { version = "2.0.12" }
22
# enabled by features:
23
-plonky2 = { git = "https://github.com/0xPARC/plonky2.git", rev = "767a098d89b8d50d8aacfdce0c0a7222e8760d37", optional = true }
24
-plonky2_u32 = { git = "https://github.com/ax0/plonky2-u32", rev = "c1cc9384c1ac6bfb61e035bf71c94095fa69599f" }
+plonky2 = { git = "https://github.com/0xPARC/plonky2.git", rev = "109d517d09c210ae4c2cee381d3e3fbc04aa3812", optional = true }
+plonky2_u32 = { git = "https://github.com/ax0/plonky2-u32", rev = "cb8e2d9681eb06d069157edbb5ec1d05038611c4" }
25
serde = "1.0.219"
26
serde_json = "1.0.140"
27
base64 = "0.22.1"
0 commit comments