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_shared/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'askama_shared/Cargo.toml') diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 39ee358..f8fafe3 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -7,6 +7,7 @@ homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" license = "MIT/Apache-2.0" workspace = ".." +edition = "2018" [dependencies] askama_escape = { version = "0.1.0", path = "../askama_escape" } -- cgit