Skip to content

Commit 7ce1641

Browse files
committed
chore: fix some examples path
1 parent b4e41e0 commit 7ce1641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/validating-public-input/aligned-integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
aligned-sdk = { path = "../../../batcher/sdk" }
7+
aligned-sdk = { path = "../../../crates/sdk" }
88
tokio = { version = "1.37.0", features = [
99
"io-std",
1010
"time",

examples/zkquiz/quiz/script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "v4.1.7" }
9-
aligned-sdk = { path = "../../../../batcher/sdk" }
9+
aligned-sdk = { path = "../../../../crates/sdk" }
1010
ethers = { version = "2.0", features = ["ws", "rustls"] }
1111

1212
rpassword = "7.3.1"

0 commit comments

Comments
 (0)