mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-03 17:48:20 +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"
|
||||
|
|
|
@ -8,7 +8,7 @@ serde = { workspace = true }
|
|||
thiserror = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.41.1", features = ["yaml"] }
|
||||
insta = { version = "1.41", features = ["yaml"] }
|
||||
|
||||
[profile.dev.package]
|
||||
insta.opt-level = 3
|
||||
|
|
|
@ -10,4 +10,4 @@ serde = { workspace = true }
|
|||
serde_json = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
which = "7.0.0"
|
||||
which = "7.0"
|
||||
|
|
|
@ -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