Skip to content

Commit

Permalink
Update lsp-types requirement from >=0.84, <0.90 to >=0.84, <0.92 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 25, 2021
1 parent c77d401 commit e071de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codespan-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ codespan-reporting = { version = "0.11.1", 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.84, <0.90"
lsp-types = ">=0.84, <0.92"
url = "2"

0 comments on commit e071de5

Please sign in to comment.