From d042c5d758a0b99288b99959d5d98462f18cde65 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 7 Dec 2018 15:41:35 +0100 Subject: Upgrade to 2018 edition --- askama_escape/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'askama_escape') 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" } -- cgit