]> git.lizzy.rs Git - rust.git/blobdiff - rustc_tools_util/Cargo.toml
Update large_const_arrays.rs
[rust.git] / rustc_tools_util / Cargo.toml
index 70ff86c49afe953de4a21dbd830c97f3691d744d..9554d4d6c003c7b5f15eb8081e317fa0267f16e2 100644 (file)
@@ -1,12 +1,15 @@
 [package]
 name = "rustc_tools_util"
-version = "0.1.1"
-authors = ["Matthias Krüger <matthias.krueger@famsik.de>"]
+version = "0.2.0"
 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 = []