aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2019-10-11 09:57:58 -0500
committerDoug Goldstein <cardoe@cardoe.com>2019-10-11 09:57:58 -0500
commitb939826bda0a383016b799942bc6dae42b780581 (patch)
treee35707e7fc10b1a9d057fb3ca2d7e4cfae6887b8
parentreformat code with new rustfmt from rustup (diff)
downloadcargo-ebuild-b939826bda0a383016b799942bc6dae42b780581.tar.gz
cargo-ebuild-b939826bda0a383016b799942bc6dae42b780581.tar.bz2
cargo-ebuild-b939826bda0a383016b799942bc6dae42b780581.zip
convert to 2018 edition of Rust
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3f7abf6..1cc6a2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "cargo-ebuild"
version = "0.2.1-alpha.0"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
license = "MIT/Apache-2.0"
+edition = "2018"
repository = "https://github.com/cardoe/cargo-ebuild"
homepage = "https://github.com/cardoe/cargo-ebuild"
documentation = "https://github.com/cardoe/cargo-ebuild"