From f1f19a32fbd8484891e247f5894975d8a5d90334 Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Tue, 1 Jul 2025 11:56:24 -0600 Subject: [PATCH] Use version equality constraint for `zed_llm_client` dependency (#33728) Closes #33578 Release Notes: - N/A --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7926f025fd4b367d366876ec120b43da487aa38..ae51d0da427a3030c8c1f7cbda97d35daba2b532 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -625,7 +625,7 @@ wasmtime = { version = "29", default-features = false, features = [ wasmtime-wasi = "29" which = "6.0.0" workspace-hack = "0.1.0" -zed_llm_client = "0.8.5" +zed_llm_client = "= 0.8.5" zstd = "0.11" [workspace.dependencies.async-stripe]