Skip to content

Commit

Permalink
feat: rc10 bump + fix mock mode (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Jan 13, 2025
1 parent 3cdd4f5 commit 270af2c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ op-alloy-rpc-types-engine = { version = "0.6.8", default-features = false }
op-alloy-network = { version = "0.6.8", default-features = false }

# sp1
sp1-lib = { version = "4.0.0-rc.9", features = ["verify"] }
sp1-sdk = { version = "4.0.0-rc.9" }
sp1-zkvm = { version = "4.0.0-rc.9", features = ["verify"] }
sp1-build = { version = "4.0.0-rc.9" }
sp1-lib = { version = "4.0.0-rc.10", features = ["verify"] }
sp1-sdk = { version = "4.0.0-rc.10" }
sp1-zkvm = { version = "4.0.0-rc.10", features = ["verify"] }
sp1-build = { version = "4.0.0-rc.10" }

[profile.release-client-lto]
inherits = "release"
Expand Down

0 comments on commit 270af2c

Please sign in to comment.