Skip to content

Commit

Permalink
fix sp1 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Oct 9, 2024
1 parent c9c800b commit d2610cf
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,26 +46,26 @@ debug-assertions = true

[workspace.dependencies]
# sp1
sp1-build = { path = "crates/build", version = "2.0.0" }
sp1-cli = { path = "crates/cli", version = "2.0.0", default-features = false }
sp1-core-machine = { path = "crates/core/machine", version = "2.0.0" }
sp1-core-executor = { path = "crates/core/executor", version = "2.0.0" }
sp1-curves = { path = "crates/curves", version = "2.0.0" }
sp1-derive = { path = "crates/derive", version = "2.0.0" }
sp1-eval = { path = "crates/eval", version = "2.0.0" }
sp1-helper = { path = "crates/helper", version = "2.0.0", default-features = false }
sp1-primitives = { path = "crates/primitives", version = "2.0.0" }
sp1-prover = { path = "crates/prover", version = "2.0.0" }
sp1-recursion-compiler = { path = "crates/recursion/compiler", version = "2.0.0" }
sp1-recursion-core = { path = "crates/recursion/core", version = "2.0.0", default-features = false }
sp1-recursion-derive = { path = "crates/recursion/derive", version = "2.0.0", default-features = false }
sp1-recursion-gnark-ffi = { path = "crates/recursion/gnark-ffi", version = "2.0.0", default-features = false }
sp1-recursion-circuit = { path = "crates/recursion/circuit", version = "2.0.0", default-features = false }
sp1-sdk = { path = "crates/sdk", version = "2.0.0" }
sp1-cuda = { path = "crates/cuda", version = "2.0.0" }
sp1-stark = { path = "crates/stark", version = "2.0.0" }
sp1-lib = { path = "crates/zkvm/lib", version = "2.0.0", default-features = false }
sp1-zkvm = { path = "crates/zkvm/entrypoint", version = "2.0.0", default-features = false }
sp1-build = { path = "crates/build", version = "3.0.0-rc3" }
sp1-cli = { path = "crates/cli", version = "3.0.0-rc3", default-features = false }
sp1-core-machine = { path = "crates/core/machine", version = "3.0.0-rc3" }
sp1-core-executor = { path = "crates/core/executor", version = "3.0.0-rc3" }
sp1-curves = { path = "crates/curves", version = "3.0.0-rc3" }
sp1-derive = { path = "crates/derive", version = "3.0.0-rc3" }
sp1-eval = { path = "crates/eval", version = "3.0.0-rc3" }
sp1-helper = { path = "crates/helper", version = "3.0.0-rc3", default-features = false }
sp1-primitives = { path = "crates/primitives", version = "3.0.0-rc3" }
sp1-prover = { path = "crates/prover", version = "3.0.0-rc3" }
sp1-recursion-compiler = { path = "crates/recursion/compiler", version = "3.0.0-rc3" }
sp1-recursion-core = { path = "crates/recursion/core", version = "3.0.0-rc3", default-features = false }
sp1-recursion-derive = { path = "crates/recursion/derive", version = "3.0.0-rc3", default-features = false }
sp1-recursion-gnark-ffi = { path = "crates/recursion/gnark-ffi", version = "3.0.0-rc3", default-features = false }
sp1-recursion-circuit = { path = "crates/recursion/circuit", version = "3.0.0-rc3", default-features = false }
sp1-sdk = { path = "crates/sdk", version = "3.0.0-rc3" }
sp1-cuda = { path = "crates/cuda", version = "3.0.0-rc3" }
sp1-stark = { path = "crates/stark", version = "3.0.0-rc3" }
sp1-lib = { path = "crates/zkvm/lib", version = "3.0.0-rc3", default-features = false }
sp1-zkvm = { path = "crates/zkvm/entrypoint", version = "3.0.0-rc3", default-features = false }

# p3
p3-air = "0.1.4-succinct"
Expand Down

0 comments on commit d2610cf

Please sign in to comment.