diff --git a/examples/bls12381/script/Cargo.toml b/examples/bls12381/script/Cargo.toml index 1390dafceb..89fc5b4118 100644 --- a/examples/bls12381/script/Cargo.toml +++ b/examples/bls12381/script/Cargo.toml @@ -4,7 +4,7 @@ name = "bls12381-script" edition = "2021" [dependencies] -sp1-sdk = { path = "../../../../sp1/crates/sdk" } +sp1-sdk = { path = "../../../crates/sdk" } [build-dependencies] diff --git a/examples/bn254/script/Cargo.toml b/examples/bn254/script/Cargo.toml index bd448e9fd3..074a15d906 100644 --- a/examples/bn254/script/Cargo.toml +++ b/examples/bn254/script/Cargo.toml @@ -4,8 +4,8 @@ name = "bn254-script" edition = "2021" [dependencies] -sp1-sdk = { path = "../../../../sp1/crates/sdk" } +sp1-sdk = { path = "../../../crates/sdk" } [build-dependencies] -sp1-build = { path = "../../../../sp1/crates/build" } +sp1-build = { path = "../../../crates/build" }