Skip to content

Commit

Permalink
chore: use published crate versions instead of workspace paths
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 13c9255 commit 89528a6
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 = { path = "../../../../crates/zkvm/entrypoint" }
sp1-zkvm = "4.0.0-rc.1"
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 = { path = "../../../../crates/sdk" }
sp1-sdk = "4.0.0-rc.1"
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 = { path = "../../../../crates/helper" }
sp1-helper = "4.0.0-rc.1"

0 comments on commit 89528a6

Please sign in to comment.