91f7e22edf
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.
7 lines
146 B
TOML
7 lines
146 B
TOML
[package]
|
|
name = "rustc_tools_util"
|
|
version = "0.1.0"
|
|
authors = ["Matthias Krüger <matthias.krueger@famsik.de>"]
|
|
edition = "2018"
|
|
[dependencies]
|