summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-06-14 22:19:12 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-06-14 22:19:47 +0200
commit94da41c5e1397e5d1346fc181a40517acf3f50ed (patch)
treeb159fd9cbbc9d4e9b78a1384d54cd7ac5abee9ab /Cargo.toml
parent5ba949ba1b53c43b80361846c5a8a7ac07fe8196 (diff)
Update to rust 2018
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1853f49..e3853c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,8 @@ documentation = "https://docs.rs/distrox"
repository = "https://github.com/matthiasbeyer/distrox"
homepage = "http://github.com/matthiasbeyer/distrox"
+edition = "2018"
+
[dependencies]
is-match = "0.1"
failure = "0.1"