]> git.lizzy.rs Git - rust.git/blobdiff - rustc_tools_util/Cargo.toml
Updated config value name in changelog for 1.54
[rust.git] / rustc_tools_util / Cargo.toml
index b73d7ca56060454e0ad4c9fc09af199e125558a6..2972bc6d51ca8e75a32af8fdcc5811765954a456 100644 (file)
@@ -1,12 +1,16 @@
 [package]
 name = "rustc_tools_util"
-version = "0.1.0"
-authors = ["Matthias Krüger <matthias.krueger@famsik.de>"]
+version = "0.2.0"
+authors = ["The Rust Clippy Developers"]
 description = "small helper to generate version information for git packages"
 repository = "https://github.com/rust-lang/rust-clippy"
 readme = "README.md"
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
 keywords = ["rustc", "tool", "git", "version", "hash"]
 categories = ["development-tools"]
 edition = "2018"
+
 [dependencies]
+
+[features]
+deny-warnings = []