summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2019-02-04 00:17:27 +0900
committerHirokazu Hata <h.hata.ai.t@gmail.com>2019-02-04 00:17:27 +0900
commitc0292f355fd345cc239e948199b7aab3678dfbd3 (patch)
treea71a400b051be21ac2c8d6a7a4b2a258c03060d7 /Cargo.toml
parent27dec6cae3a8132d8a073aad6775425c85095c99 (diff)
downloadrust-installer-c0292f355fd345cc239e948199b7aab3678dfbd3.tar.gz
Transition to 2018 edition
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1b2c4b9..8626211 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
authors = ["The Rust Project Developers"]
name = "installer"
version = "0.0.0"
+edition = "2018"
[[bin]]
doc = false