Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Oct 3, 2024
1 parent 0283b9b commit 8927d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ op-alloy-protocol = { version = "0.2.12", default-features = false }
op-alloy-rpc-types-engine = { version = "0.2.12", default-features = false }

# sp1
sp1-lib = { version = "3.0.0-rc.1", features = ["verify"] }
sp1-zkvm = { version = "3.0.0-rc.1", features = ["verify"] }
sp1-sdk = { version = "3.0.0-rc.1" }
sp1-build = { version = "3.0.0-rc.1" }
sp1-lib = { version = "3.0.0-rc1", features = ["verify"] }
sp1-zkvm = { version = "3.0.0-rc1", features = ["verify"] }
sp1-sdk = { version = "3.0.0-rc1" }
sp1-build = { version = "3.0.0-rc1" }

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

0 comments on commit 8927d2b

Please sign in to comment.