aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-12-07 15:41:35 +0100
committerLibravatar Juan Aguilar <mhpoin@gmail.com>2018-12-08 21:43:20 +0100
commitd042c5d758a0b99288b99959d5d98462f18cde65 (patch)
tree76a3bc0744927ea976e94888e989dd96a417647f /askama_escape
parentcf8dc532f04440d5968265ee26852966c4a6c7b3 (diff)
downloadaskama-d042c5d758a0b99288b99959d5d98462f18cde65.tar.gz
askama-d042c5d758a0b99288b99959d5d98462f18cde65.tar.bz2
askama-d042c5d758a0b99288b99959d5d98462f18cde65.zip
Upgrade to 2018 edition
Diffstat (limited to 'askama_escape')
-rw-r--r--askama_escape/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml
index ee84891..983a281 100644
--- a/askama_escape/Cargo.toml
+++ b/askama_escape/Cargo.toml
@@ -9,6 +9,7 @@ homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"
license = "MIT OR Apache-2.0"
workspace = ".."
+edition = "2018"
[badges]
appveyor = { repository = "djc/askama" }