Skip to content

Commit 75cb8e5

Browse files
committed
Recover the correct Cargo.toml
1 parent f584c42 commit 75cb8e5

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,16 @@ repository = "https://github.com/scroll-tech/ceno"
2323
version = "0.1.0"
2424

2525
[workspace.dependencies]
26-
# ff_ext = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "ff_ext", rev = "v1.0.0-alpha.9" }
27-
# mpcs = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "mpcs", rev = "v1.0.0-alpha.9" }
28-
# multilinear_extensions = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "multilinear_extensions", rev = "v1.0.0-alpha.9" }
29-
# p3 = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "p3", rev = "v1.0.0-alpha.9" }
30-
# poseidon = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "poseidon", rev = "v1.0.0-alpha.9" }
31-
# sp1-curves = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "sp1-curves", rev = "v1.0.0-alpha.9" }
32-
# sumcheck = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "sumcheck", rev = "v1.0.0-alpha.9" }
33-
# transcript = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "transcript", rev = "v1.0.0-alpha.9" }
34-
# whir = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "whir", rev = "v1.0.0-alpha.9" }
35-
# witness = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "witness", rev = "v1.0.0-alpha.9" }
36-
37-
ff_ext = { path = "../gkr-backend/crates/ff_ext", package = "ff_ext" }
38-
mpcs = { path = "../gkr-backend/crates/mpcs", package = "mpcs" }
39-
multilinear_extensions = { path = "../gkr-backend/crates/multilinear_extensions", package = "multilinear_extensions" }
40-
p3 = { path = "../gkr-backend/crates/p3", package = "p3" }
41-
poseidon = { path = "../gkr-backend/crates/poseidon", package = "poseidon" }
42-
sp1-curves = { path = "../gkr-backend/crates/curves", package = "sp1-curves" }
43-
sumcheck = { path = "../gkr-backend/crates/sumcheck", package = "sumcheck" }
44-
transcript = { path = "../gkr-backend/crates/transcript", package = "transcript" }
45-
whir = { path = "../gkr-backend/crates/whir", package = "whir" }
46-
witness = { path = "../gkr-backend/crates/witness", package = "witness" }
26+
ff_ext = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "ff_ext", rev = "v1.0.0-alpha.9" }
27+
mpcs = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "mpcs", rev = "v1.0.0-alpha.9" }
28+
multilinear_extensions = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "multilinear_extensions", rev = "v1.0.0-alpha.9" }
29+
p3 = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "p3", rev = "v1.0.0-alpha.9" }
30+
poseidon = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "poseidon", rev = "v1.0.0-alpha.9" }
31+
sp1-curves = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "sp1-curves", rev = "v1.0.0-alpha.9" }
32+
sumcheck = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "sumcheck", rev = "v1.0.0-alpha.9" }
33+
transcript = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "transcript", rev = "v1.0.0-alpha.9" }
34+
whir = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "whir", rev = "v1.0.0-alpha.9" }
35+
witness = { git = "https://github.com/scroll-tech/gkr-backend.git", package = "witness", rev = "v1.0.0-alpha.9" }
4736

4837
alloy-primitives = "1.3"
4938
anyhow = { version = "1.0", default-features = false }

0 commit comments

Comments
 (0)