Update onde dependency to version 0.1.8 from development branch
paydii committed
Apr 24, 2026 at 08:31 UTC
0b3a4076f10e603b9f642d8f99f2e884d0e3eb07
2 files changed
+3
-3
Cargo.lock
+2
-2
index a6ab305..b6605f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3798,8 +3798,8 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
[[package]]
name = "onde"
-version = "0.1.7"
-source = "git+https://github.com/ondeinference/onde?branch=main#e33a62ef5af2d8de84f723e41eb758d5aa32c4e6"
+version = "0.1.8"
+source = "git+https://github.com/ondeinference/onde?branch=development#e87dc61eaea0efbfb3dbb34679ba69d48566145d"
dependencies = [
"anyhow",
"cc",
Cargo.toml
+1
-1
index dd3838e..8f77947 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ agent-client-protocol = { version = "0.10.4", features = ["unstable_session_fork
# Onde Inference engine (local LLM)
# For local development: onde = { path = "../onde" }
-onde = { git = "https://github.com/ondeinference/onde", branch = "main" }
+onde = { git = "https://github.com/ondeinference/onde", branch = "development" }
# Async runtime
async-trait = "0.1"