]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/Cargo.toml
Rollup merge of #89446 - chrismit3s:issue-88715-fix, r=joshtriplett
[rust.git] / src / tools / clippy / Cargo.toml
index 40aaa5924df5b391862f379c8fd159920f5b061d..ed7fb1440139f7d199f5632cb54525633c0d48a1 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.1.57"
+version = "0.1.58"
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
 repository = "https://github.com/rust-lang/rust-clippy"
 readme = "README.md"
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
 keywords = ["clippy", "lint", "plugin"]
 categories = ["development-tools", "development-tools::cargo-plugins"]
 build = "build.rs"
-edition = "2018"
+edition = "2021"
 publish = false
 
 [[bin]]