rust/rustc_tools_util/Cargo.toml
Oliver Schneider 1128505fdd Revert "the cargo feature: edition 2018 is stabilized in current nightly"
This reverts commit 404a09d61cf7bc8e5d4e92ae9052a4e10d2ff07d.
2018-09-10 16:02:17 +02:00

9 lines
176 B
TOML

cargo-features = ["edition"]
[package]
name = "rustc_tools_util"
version = "0.1.0"
authors = ["Matthias Krüger <matthias.krueger@famsik.de>"]
edition = "2018"
[dependencies]