@hej / sigit / commits / 0b3a407

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
@@ -3798,8 +3798,8 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
3798
3799 [[package]]
3800 name = "onde"
3801 -version = "0.1.7"
3802 -source = "git+https://github.com/ondeinference/onde?branch=main#e33a62ef5af2d8de84f723e41eb758d5aa32c4e6"
3801 +version = "0.1.8"
3802 +source = "git+https://github.com/ondeinference/onde?branch=development#e87dc61eaea0efbfb3dbb34679ba69d48566145d"
3803 dependencies = [
3804 "anyhow",
3805 "cc",
Cargo.toml
+1 -1
@@ -22,7 +22,7 @@ agent-client-protocol = { version = "0.10.4", features = ["unstable_session_fork
22
23 # Onde Inference engine (local LLM)
24 # For local development: onde = { path = "../onde" }
25 -onde = { git = "https://github.com/ondeinference/onde", branch = "main" }
25 +onde = { git = "https://github.com/ondeinference/onde", branch = "development" }
26
27 # Async runtime
28 async-trait = "0.1"