]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide_completion/Cargo.toml
Merge #11481
[rust.git] / crates / ide_completion / Cargo.toml
index 6bd8a550074da249895337602e470d71ad7c03cc..5d8cad4389f712c8fe8fc6955113c815597e8276 100644 (file)
@@ -3,18 +3,19 @@ name = "ide_completion"
 version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
-authors = ["rust-analyzer developers"]
-edition = "2018"
+edition = "2021"
+rust-version = "1.57"
 
 [lib]
 doctest = false
 
 [dependencies]
-cov-mark = { version = "1.1", features = ["thread-local"] }
+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,5 +29,6 @@ profile = { path = "../profile", version = "0.0.0" }
 hir = { path = "../hir", version = "0.0.0" }
 
 [dev-dependencies]
+expect-test = "1.2.0-pre.1"
+
 test_utils = { path = "../test_utils" }
-expect-test = "1.1"