summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-02-27 15:45:09 +0100
committerNadrieril2019-02-27 18:53:08 +0100
commitd8b88c1a5da7218011fca2bccc525907aa439335 (patch)
tree7a93645a8209d640bb8dd32e36468d544f732f11 /Cargo.toml
parent8a1012be323459440032813c2b21b62174924c6c (diff)
Switch to Rust 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 f781e03..06d978a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
name = "dhall"
version = "0.1.0"
authors = ["NanoTech <nanotech@nanotechcorp.net>"]
+edition = "2018"
build = "build.rs"
[build-dependencies]