mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-23 12:25:05 +00:00
Update lsp-types requirement from 0.94 to 0.97 in the cargo group (#92)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3774e2cfb1
commit
22fa2cc1be
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ serde_json = "1.0"
|
||||||
thiserror = "2.0"
|
thiserror = "2.0"
|
||||||
tokio = { version = "1.42", features = ["full"] }
|
tokio = { version = "1.42", features = ["full"] }
|
||||||
tower-lsp = { version = "0.20", features = ["proposed"] }
|
tower-lsp = { version = "0.20", features = ["proposed"] }
|
||||||
lsp-types = "0.94"
|
lsp-types = "0.97"
|
||||||
|
|
||||||
[profile.dev.package]
|
[profile.dev.package]
|
||||||
insta.opt-level = 3
|
insta.opt-level = 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue