diff --git a/program/Cargo.toml b/program/Cargo.toml index ea1e28c..67e6875 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -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" } diff --git a/script/Cargo.toml b/script/Cargo.toml index e4dcf2d..14c8c4e 100644 --- a/script/Cargo.toml +++ b/script/Cargo.toml @@ -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"] } @@ -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"