Switch onde dependency to development branch on GitHub
paydii committed
Apr 25, 2026 at 08:13 UTC
6f32685a8e4bcd14fa88a35e6a7a9d1168485028
2 files changed
+3
-2
Cargo.lock
+1
index e278d30..8c9ad8c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3799,6 +3799,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
[[package]]
name = "onde"
version = "0.1.8"
+source = "git+https://github.com/ondeinference/onde?branch=development#f0bb0daad7fb07af951002f1bcae16fbd0bc876d"
dependencies = [
"anyhow",
"cc",
Cargo.toml
+2
-2
index da7a2a7..8b74fe7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,8 +21,8 @@ path = "src/main.rs"
agent-client-protocol = { version = "0.10.4", features = ["unstable_session_fork", "unstable_session_additional_directories"] }
# Onde Inference engine (local LLM)
-onde = { path = "../onde" }
-# onde = { git = "https://github.com/ondeinference/onde", branch = "development" }
+# onde = { path = "../onde" }
+onde = { git = "https://github.com/ondeinference/onde", branch = "development" }
# Async runtime
async-trait = "0.1"