@@ -27,16 +27,16 @@ version = "0.1.0"
2727ceno_crypto_primitives = { git = " https://github.com/scroll-tech/ceno-patch.git" , package = " ceno_crypto_primitives" , branch = " main" }
2828ceno_syscall = { git = " https://github.com/scroll-tech/ceno-patch.git" , package = " ceno_syscall" , branch = " main" }
2929
30- ff_ext = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " ff_ext" , tag = " v1.0.0-alpha.32 " }
31- mpcs = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " mpcs" , tag = " v1.0.0-alpha.32 " }
32- multilinear_extensions = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " multilinear_extensions" , tag = " v1.0.0-alpha.32 " }
33- p3 = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " p3" , tag = " v1.0.0-alpha.32 " }
34- poseidon = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " poseidon" , tag = " v1.0.0-alpha.32 " }
35- sp1-curves = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " sp1-curves" , tag = " v1.0.0-alpha.32 " }
36- sumcheck = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " sumcheck" , tag = " v1.0.0-alpha.32 " }
37- transcript = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " transcript" , tag = " v1.0.0-alpha.32 " }
38- whir = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " whir" , tag = " v1.0.0-alpha.32 " }
39- witness = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " witness" , tag = " v1.0.0-alpha.32 " }
30+ ff_ext = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " ff_ext" , tag = " v1.0.0-alpha.33 " }
31+ mpcs = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " mpcs" , tag = " v1.0.0-alpha.33 " }
32+ multilinear_extensions = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " multilinear_extensions" , tag = " v1.0.0-alpha.33 " }
33+ p3 = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " p3" , tag = " v1.0.0-alpha.33 " }
34+ poseidon = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " poseidon" , tag = " v1.0.0-alpha.33 " }
35+ sp1-curves = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " sp1-curves" , tag = " v1.0.0-alpha.33 " }
36+ sumcheck = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " sumcheck" , tag = " v1.0.0-alpha.33 " }
37+ transcript = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " transcript" , tag = " v1.0.0-alpha.33 " }
38+ whir = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " whir" , tag = " v1.0.0-alpha.33 " }
39+ witness = { git = " https://github.com/scroll-tech/gkr-backend.git" , package = " witness" , tag = " v1.0.0-alpha.33 " }
4040
4141anyhow = { version = " 1.0" , default-features = false }
4242bincode = " 1"
@@ -130,7 +130,7 @@ lto = "thin"
130130# [patch."https://github.com/scroll-tech/ceno-gpu-mock.git"]
131131# ceno_gpu = { path = "../ceno-gpu/cuda_hal", package = "cuda_hal", default-features = false, features = ["bb31"] }
132132#
133- # [patch."https://github.com/scroll-tech/gkr-backend"]
133+ # [patch."https://github.com/scroll-tech/gkr-backend.git "]
134134# ff_ext = { path = "../gkr-backend/crates/ff_ext", package = "ff_ext" }
135135# mpcs = { path = "../gkr-backend/crates/mpcs", package = "mpcs" }
136136# multilinear_extensions = { path = "../gkr-backend/crates/multilinear_extensions", package = "multilinear_extensions" }
0 commit comments