mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-28 04:45:03 +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
|
@ -12,8 +12,8 @@ anyhow = { workspace = true }
|
|||
serde_json = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
clap = { version = "4.5.23", features = ["derive"] }
|
||||
tower-lsp = { version = "0.20.0", features = ["proposed"] }
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
tower-lsp = { version = "0.20", features = ["proposed"] }
|
||||
|
||||
[[bin]]
|
||||
name = "djls"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue