aboutsummaryrefslogtreecommitdiff
path: root/test-suite/Cargo.toml
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-05-08 12:12:14 -0700
committerEric Huss <eric@huss.org>2019-05-08 12:12:14 -0700
commit1b016589133e48d34dd5ae1b440581ded4cb4cdb (patch)
tree0a869218250d4876ec098aaaff4b7b59147663e7 /test-suite/Cargo.toml
parentd038a0bc5687cede01e626138868d83f487ba69c (diff)
downloadmilf-rs-1b016589133e48d34dd5ae1b440581ded4cb4cdb.tar.gz
milf-rs-1b016589133e48d34dd5ae1b440581ded4cb4cdb.zip
Migrate to 2018 edition.
Diffstat (limited to 'test-suite/Cargo.toml')
-rw-r--r--test-suite/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/Cargo.toml b/test-suite/Cargo.toml
index 10ffbcb..fa81741 100644
--- a/test-suite/Cargo.toml
+++ b/test-suite/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
publish = false
+edition = "2018"
[build-dependencies]
rustc_version = "0.2"