]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Merge pull request #2832 from kennytm/non-copy-const
[rust.git] / Cargo.toml
index 9d49b89440ed1f1c555fd0d76ad50bfa51d5d184..b7cfcb68065a668cb66238be92d81d1641513011 100644 (file)
@@ -1,6 +1,8 @@
+cargo-features = ["edition"]
+
 [package]
 name = "clippy"
-version = "0.0.205"
+version = "0.0.210"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -15,6 +17,7 @@ license = "MPL-2.0"
 keywords = ["clippy", "lint", "plugin"]
 categories = ["development-tools", "development-tools::cargo-plugins"]
 build = "build.rs"
+edition = "2018"
 
 [badges]
 travis-ci = { repository = "rust-lang-nursery/rust-clippy" }
@@ -37,7 +40,7 @@ path = "src/driver.rs"
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.205", path = "clippy_lints" }
+clippy_lints = { version = "0.0.210", path = "clippy_lints" }
 # end automatic update
 regex = "1"
 semver = "0.9"