Merge pull request #292 from brendanzab/dependabot/cargo/lsp-types-gte-0.70-and-lt-0.83

Update lsp-types requirement from >=0.70, <0.81 to >=0.70, <0.83
This commit is contained in:
Brendan Zabarauskas
2020-10-03 11:22:01 +10:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- The `lsp-types` dependency was updated to use a version range: `>=0.70, <0.83`,
which includes the latest updates in `0.82.0`.
## [0.10.0] - 2020-07-20
### Changed
+1 -1
View File
@@ -16,5 +16,5 @@ codespan-reporting = { version = "0.9.5", path = "../codespan-reporting" }
# will be valid for all the versions in this range. Getting this range wrong
# could potentially break down-stream builds on a `cargo update`. This is an
# absolute no-no, breaking much of what we enjoy about Cargo!
lsp-types = ">=0.70, <0.81"
lsp-types = ">=0.70, <0.83"
url = "2"