summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndy Hayden <andyhayden1@gmail.com>2019-01-13 22:30:38 -0800
committerBert Belder <bertbelder@gmail.com>2019-01-14 22:30:04 +0100
commit526fdac053f125b641b07b78b81ffa9962622e09 (patch)
treeec884949a6b43c109a4509de21f6f6a10d15ef38 /Cargo.toml
parent7d08db2191526524bf9a7a45b97952c533a6aa74 (diff)
Update 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 bc9b84b10..1a59c26cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@
[package]
name = "deno"
version = "0.2.6"
+edition = "2018"
[dependencies]
atty = "0.2.11"