Use version equality constraint for zed_llm_client dependency (#33728)

Closes #33578

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-07-01 11:56:24 -06:00 committed by GitHub
parent 2ff155d5a2
commit f1f19a32fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]