summaryrefslogtreecommitdiffstats
path: root/buffered-reader
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-07-15 12:47:33 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-07-15 12:49:45 +0200
commit84884193178bb68c8057648d0ec02f79d5f083e4 (patch)
tree1837efe3a75bb7768f3f491f73cbbc0e002931ad /buffered-reader
parent775f0c039349335df880d35db7df6c131419f0eb (diff)
Switch to Rust 2018.
Diffstat (limited to 'buffered-reader')
-rw-r--r--buffered-reader/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buffered-reader/Cargo.toml b/buffered-reader/Cargo.toml
index ff67d3b5..814240a7 100644
--- a/buffered-reader/Cargo.toml
+++ b/buffered-reader/Cargo.toml
@@ -13,6 +13,7 @@ homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
license = "GPL-3.0"
+edition = "2018"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }