commit 69f29f1194054b3aa010b359f01af84b0c4c33e1
parent e4f637f8f5a672dc8cdfbcf227a69a3ecbe7c41c
Author: William Casarin <jb55@jb55.com>
Date: Fri, 6 Feb 2026 15:30:23 -0800
claude-agent-sdk: fix url
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -1151,6 +1151,7 @@ dependencies = [
[[package]]
name = "claude-agent-sdk-rs"
version = "0.6.3"
+source = "git+https://github.com/jb55/claude-agent-sdk-rs?rev=246ddc912e61b0e6892532e74673b1e86db5e7b0#246ddc912e61b0e6892532e74673b1e86db5e7b0"
dependencies = [
"anyhow",
"async-stream",
diff --git a/crates/notedeck_dave/Cargo.toml b/crates/notedeck_dave/Cargo.toml
@@ -5,7 +5,7 @@ version.workspace = true
[dependencies]
async-openai = { version = "0.28.0", features = ["rustls-webpki-roots"] }
-claude-agent-sdk-rs = { path = "../../../claude-agent-sdk-rs" }
+claude-agent-sdk-rs = { git = "https://github.com/jb55/claude-agent-sdk-rs", rev = "246ddc912e61b0e6892532e74673b1e86db5e7b0"}
egui = { workspace = true }
sha2 = { workspace = true }
notedeck = { workspace = true }