diff --git a/codespan-lsp/Cargo.toml b/codespan-lsp/Cargo.toml index eff879c..b9c060b 100644 --- a/codespan-lsp/Cargo.toml +++ b/codespan-lsp/Cargo.toml @@ -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"