mirror of
https://github.com/openharmony/third_party_rust_codespan.git
synced 2026-07-18 15:54:35 -04:00
Update lsp-types requirement from >=0.70, <0.79 to >=0.70, <0.80
Updates the requirements on [lsp-types](https://github.com/gluon-lang/lsp-types) to permit the latest version. - [Release notes](https://github.com/gluon-lang/lsp-types/releases) - [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md) - [Commits](https://github.com/gluon-lang/lsp-types/compare/vv0.70.0...v0.79.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
GitHub
parent
946a025914
commit
7b00cfcf90
@@ -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.79"
|
||||
lsp-types = ">=0.70, <0.80"
|
||||
url = "2"
|
||||
|
||||
Reference in New Issue
Block a user