mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 01:58:18 +00:00
specify dependencies to minor version
This commit is contained in:
parent
134f3fea54
commit
d1cc9f7ca0
5 changed files with 12 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue