aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authoreaon <eaon@mit.edu>2018-12-09 18:48:24 +0100
committereaon <eaon@mit.edu>2018-12-09 18:54:41 +0100
commitb5b0f7e97abe0dbd5b54a1fc69e764a124c271b2 (patch)
tree54c4add85514a3ccb718985682b7c8312c4a5128 /Cargo.toml
parentc3d26cd116b51687b2fa43a22d3d0c2856cb093b (diff)
downloadmail-b5b0f7e97abe0dbd5b54a1fc69e764a124c271b2.tar.gz
Edition 2018 hit stable 🙌
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 6cfd5a4..30e26c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ repository = "https://github.com/vhdirk/notmuch-rs"
description = "Rust interface and bindings for notmuch"
license = "GPL-3.0+"
readme = "README.md"
+edition = "2018"
[badges]
travis-ci = { repository = "vhdirk/notmuch-rs" }