mirror of
https://github.com/openharmony/third_party_rust_codespan.git
synced 2026-07-01 21:24:02 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user