Skip to content

Commit

Permalink
fix: remove mention of sp1 dir in examples' relative paths (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqn authored Oct 17, 2024
1 parent 1b0d5fe commit d5c3a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/bls12381/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "bls12381-script"
edition = "2021"

[dependencies]
sp1-sdk = { path = "../../../../sp1/crates/sdk" }
sp1-sdk = { path = "../../../crates/sdk" }


[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions examples/bn254/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit d5c3a40

Please sign in to comment.