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 --- testing/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/Cargo.toml') 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 "] workspace = ".." +edition = "2018" [features] actix = ["actix-web", "bytes", "askama/with-actix-web"] -- cgit