Fix pinned version of lsp-types

This commit is contained in:
Lukas Wirth 2023-08-09 20:06:08 +02:00
parent 4bed01c36e
commit 7e04142f25
2 changed files with 2 additions and 2 deletions

View File

@ -794,7 +794,7 @@ pub fn expand(
fn expand_impl( fn expand_impl(
&self, &self,
prefix: Option<ModPath>, prefix: Option<ModPath>,
cb: &mut dyn FnMut(Idx<ast::UseTree>, ModPath, ImportKind, Option<ImportAlias>), cb: &mut impl FnMut(Idx<ast::UseTree>, ModPath, ImportKind, Option<ImportAlias>),
) { ) {
fn concat_mod_paths( fn concat_mod_paths(
prefix: Option<ModPath>, prefix: Option<ModPath>,

View File

@ -24,7 +24,7 @@ crossbeam-channel = "0.5.5"
dissimilar = "1.0.4" dissimilar = "1.0.4"
itertools = "0.10.5" itertools = "0.10.5"
scip = "0.1.1" scip = "0.1.1"
lsp-types = { version = "=0.94", features = ["proposed"] } lsp-types = { version = "=0.94.0", features = ["proposed"] }
parking_lot = "0.12.1" parking_lot = "0.12.1"
xflags = "0.3.0" xflags = "0.3.0"
oorandom = "11.1.3" oorandom = "11.1.3"