specify dependencies to minor version
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run

This commit is contained in:
Josh Thomas 2024-12-13 07:18:08 -06:00
parent 134f3fea54
commit d1cc9f7ca0
5 changed files with 12 additions and 12 deletions

View file

@ -15,5 +15,5 @@ serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
tower-lsp = { version = "0.20.0", features = ["proposed"] }
lsp-types = "0.97.0"
tower-lsp = { version = "0.20", features = ["proposed"] }
lsp-types = "0.97"