@@ -11,19 +11,19 @@ rust-version = "1.88"
1111[dependencies ]
1212serde = { version = " 1.0" , features = [" derive" ] }
1313bincode = { version = " 2.0.1" , features = [" serde" ] }
14- p3-air = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
15- p3-goldilocks = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
16- p3-challenger = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
17- p3-commit = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
18- p3-dft = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
19- p3-field = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
20- p3-fri = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
21- p3-keccak = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
22- p3-matrix = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
23- p3-maybe-rayon = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
24- p3-merkle-tree = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
25- p3-symmetric = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
26- p3-util = { git = " https://github.com/Plonky3/Plonky3" , rev = " dc7d0ba3a2289f13fcd039efbbb07323b5169887 " }
14+ p3-air = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
15+ p3-goldilocks = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
16+ p3-challenger = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
17+ p3-commit = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
18+ p3-dft = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
19+ p3-field = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
20+ p3-fri = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
21+ p3-keccak = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
22+ p3-matrix = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
23+ p3-maybe-rayon = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
24+ p3-merkle-tree = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
25+ p3-symmetric = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
26+ p3-util = { git = " https://github.com/Plonky3/Plonky3" , rev = " fd18b9c54a78f3e558a27c23aeaa391750598efa " }
2727
2828[features ]
2929parallel = [" p3-maybe-rayon/parallel" ]
0 commit comments