]> 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 05b7811d908c0e0f395e15be17e5250aeee5c241..4caa9285b4e95e3f0022cea03eae27e12fd82612 100644 (file)
@@ -3,7 +3,8 @@ name = "ide_assists"
 version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
-edition = "2018"
+edition = "2021"
+rust-version = "1.57"
 
 [lib]
 doctest = false
@@ -11,7 +12,7 @@ doctest = false
 [dependencies]
 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 +25,4 @@ hir = { path = "../hir", version = "0.0.0" }
 [dev-dependencies]
 test_utils = { path = "../test_utils" }
 sourcegen = { path = "../sourcegen" }
-expect-test = "1.1"
+expect-test = "1.2.2"