]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide_assists/Cargo.toml
Don't emit a quickfix for placeholder suggestions
[rust.git] / crates / ide_assists / Cargo.toml
index a83acb191cc908f16c730edd0fef4f5875cf55de..4caa9285b4e95e3f0022cea03eae27e12fd82612 100644 (file)
@@ -3,16 +3,16 @@ name = "ide_assists"
 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"
 rustc-hash = "1.1.0"
-itertools = "0.10.0"
+itertools = "0.10.3"
 either = "1.6.1"
 
 stdx = { path = "../stdx", version = "0.0.0" }
@@ -24,4 +24,5 @@ hir = { path = "../hir", version = "0.0.0" }
 
 [dev-dependencies]
 test_utils = { path = "../test_utils" }
-expect-test = "1.1"
+sourcegen = { path = "../sourcegen" }
+expect-test = "1.2.2"