]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide_completion/Cargo.toml
Merge #11481
[rust.git] / crates / ide_completion / Cargo.toml
index 447744da17c27a2788d56c53c2e201dcffefb294..5d8cad4389f712c8fe8fc6955113c815597e8276 100644 (file)
@@ -3,7 +3,8 @@ name = "ide_completion"
 version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
-edition = "2018"
+edition = "2021"
+rust-version = "1.57"
 
 [lib]
 doctest = false
@@ -11,10 +12,10 @@ doctest = false
 [dependencies]
 cov-mark = "2.0.0-pre.1"
 itertools = "0.10.0"
-log = "0.4.8"
 rustc-hash = "1.1.0"
 either = "1.6.1"
 once_cell = "1.7"
+smallvec = "1.4"
 
 stdx = { path = "../stdx", version = "0.0.0" }
 syntax = { path = "../syntax", version = "0.0.0" }
@@ -28,8 +29,6 @@ profile = { path = "../profile", version = "0.0.0" }
 hir = { path = "../hir", version = "0.0.0" }
 
 [dev-dependencies]
-expect-test = "1.1"
-xshell = "0.1"
+expect-test = "1.2.0-pre.1"
 
 test_utils = { path = "../test_utils" }
-sourcegen = { path = "../sourcegen" }