We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e41e0 commit 7ce1641Copy full SHA for 7ce1641
2 files changed
examples/validating-public-input/aligned-integration/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4
edition = "2021"
5
6
[dependencies]
7
-aligned-sdk = { path = "../../../batcher/sdk" }
+aligned-sdk = { path = "../../../crates/sdk" }
8
tokio = { version = "1.37.0", features = [
9
"io-std",
10
"time",
examples/zkquiz/quiz/script/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "v4.1.7" }
-aligned-sdk = { path = "../../../../batcher/sdk" }
+aligned-sdk = { path = "../../../../crates/sdk" }
ethers = { version = "2.0", features = ["ws", "rustls"] }
11
12
rpassword = "7.3.1"
0 commit comments