Fix pinned version of lsp-types
This commit is contained in:
parent
4bed01c36e
commit
7e04142f25
@ -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>,
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user