From 3003d86264680433e789d2726d0d12d2c6267c40 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 30 Jan 2023 09:51:23 +0100 Subject: Apply clippy suggestions for 1.67 (#769) --- testing/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/Cargo.toml') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index cd7d686..e1f1bb4 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -3,7 +3,8 @@ name = "askama_testing" version = "0.1.0" authors = ["Dirkjan Ochtman "] workspace = ".." -edition = "2018" +edition = "2021" +rust-version = "1.58" publish = false [features] -- cgit