Skip to content

Commit

Permalink
chore: update dependencies to use published version 3.0.0-rc4
Browse files Browse the repository at this point in the history
Co-Authored-By: John Guibas <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and jtguibas committed Dec 11, 2024
1 parent 89528a6 commit a0a7025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
alloy-sol-types = { workspace = true }
sp1-zkvm = "4.0.0-rc.1"
sp1-zkvm = "3.0.0-rc4"
fibonacci-lib = { path = "../lib" }
4 changes: 2 additions & 2 deletions script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "evm"
path = "src/bin/evm.rs"

[dependencies]
sp1-sdk = "4.0.0-rc.1"
sp1-sdk = "3.0.0-rc4"
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
serde = { version = "1.0.200", default-features = false, features = ["derive"] }
clap = { version = "4.0", features = ["derive", "env"] }
Expand All @@ -23,4 +23,4 @@ alloy-sol-types = { workspace = true }
fibonacci-lib = { path = "../lib" }

[build-dependencies]
sp1-helper = "4.0.0-rc.1"
sp1-helper = "3.0.0-rc4"

0 comments on commit a0a7025

Please sign in to comment.