]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Merge pull request #2832 from kennytm/non-copy-const
[rust.git] / Cargo.toml
index e2be104f6842f74f098d619aa9bbc71c414f2b42..b7cfcb68065a668cb66238be92d81d1641513011 100644 (file)
@@ -2,7 +2,7 @@ cargo-features = ["edition"]
 
 [package]
 name = "clippy"
-version = "0.0.207"
+version = "0.0.210"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -40,7 +40,7 @@ path = "src/driver.rs"
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.207", path = "clippy_lints" }
+clippy_lints = { version = "0.0.210", path = "clippy_lints" }
 # end automatic update
 regex = "1"
 semver = "0.9"