Skip to content

Commit

Permalink
update to 1.2.1 stable from rc
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell committed Jan 18, 2025
1 parent 01b8d07 commit b04d541
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 55 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ reth-chainspec = { git = "https://github.com/risc0-labs/taiko-reth.git", branch
reth-provider = { git = "https://github.com/risc0-labs/taiko-reth.git", branch = "1.0.0-rc.2-taiko/risc0", default-features = false }

# risc zero
risc0-zkvm = { version = "=1.2.1-rc.1", features = ["prove", "getrandom"] }
bonsai-sdk = { version = "=1.2.1-rc.1" }
risc0-binfmt = { version = "=1.2.1-rc.1" }
risc0-zkvm = { version = "=1.2.1", features = ["prove", "getrandom"] }
bonsai-sdk = { version = "=1.2.1" }
risc0-binfmt = { version = "=1.2.1" }

# SP1
sp1-sdk = { version = "=4.0.0-rc.8" }
Expand Down
36 changes: 18 additions & 18 deletions provers/risc0/guest/Cargo.lock

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

4 changes: 2 additions & 2 deletions provers/risc0/guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ path = "src/benchmark/ecdsa.rs"

[dependencies]
raiko-lib = { path = "../../../lib", features = ["std", "risc0"] }
risc0-zkvm = { version = "=1.2.1-rc.1", default-features = false, features = [
risc0-zkvm = { version = "=1.2.1", default-features = false, features = [
'std',
"getrandom",
"heap-embedded-alloc",
"unstable",
] }
risc0-zkvm-platform = { version = "=1.2.1-rc.1", default-features = false, features = [
risc0-zkvm-platform = { version = "=1.2.1", default-features = false, features = [
"sys-getenv",
] }
k256 = { git = "https://github.com/risc0/RustCrypto-elliptic-curves", tag = "k256/v0.13.3-risczero.1" }
Expand Down

0 comments on commit b04d541

Please sign in to comment.