about summary refs log tree commit diff
path: root/rustc_tools_util/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2019-11-25Enable deny-warnings feature everywhere in CIflip1995-0/+4
2019-10-04Use new format of licensesMateusz Mikuła-1/+1
Co-Authored-By: lzutao <taolzu@gmail.com>
2019-05-23rustc_tool_utils: bump version to 0.2.0Matthias Krüger-1/+1
2019-01-02rustc_tool_utils: fix failure to create proper non-repo version string when ↵Matthias Krüger-1/+1
used in crates on crates.io, bump version
2018-12-25rustc_tool_utils: expand Cargo.toml with a few keywords in preparation for ↵Matthias Krüger-0/+6
crates.io release
2018-09-30remove cargo edition 2018 feature gate.Matthias Krüger-2/+0
Rust and the cargo used to bootstrap was updated in https://github.com/rust-lang/rust/pull/54601 which now has the 2018 edition stabilized.
2018-09-15Revert "the cargo feature: edition 2018 is stabilized in current nightly"Eduard-Mihai Burtescu-0/+2
This reverts commit 404a09d61cf7bc8e5d4e92ae9052a4e10d2ff07d.
2018-09-14Reapply: "the cargo feature: edition 2018 is stabilized in current nightly"flip1995-2/+0
This reapplies commit 404a09d. Cargo got bumped in rust-lang/rust#54210
2018-09-10Revert "the cargo feature: edition 2018 is stabilized in current nightly"Oliver Schneider-0/+2
This reverts commit 404a09d61cf7bc8e5d4e92ae9052a4e10d2ff07d.
2018-09-10the cargo feature: edition 2018 is stabilized in current nightlyMatthias Krüger-2/+0
2018-09-06print git commit hash and commit date in version outputMatthias Krüger-0/+8
clippy 0.0.212 (964fcbe0 2018-09-06)