aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
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 /testing/Cargo.toml
parentcf8dc532f04440d5968265ee26852966c4a6c7b3 (diff)
downloadaskama-d042c5d758a0b99288b99959d5d98462f18cde65.tar.gz
askama-d042c5d758a0b99288b99959d5d98462f18cde65.tar.bz2
askama-d042c5d758a0b99288b99959d5d98462f18cde65.zip
Upgrade to 2018 edition
Diffstat (limited to '')
-rw-r--r--testing/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index 3071542..16d2f34 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -3,6 +3,7 @@ name = "askama_testing"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
workspace = ".."
+edition = "2018"
[features]
actix = ["actix-web", "bytes", "askama/with-actix-web"]