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

Update lsp-types requirement from >=0.70, <0.80 to >=0.70, <0.81
This commit is contained in:
Markus Westerlind
2020-09-02 22:08:42 +02:00
committed by GitHub
+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.80"
lsp-types = ">=0.70, <0.81"
url = "2"