From daa8d89b579f9a319e2bd9c59576e1d8ac76365e Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 29 Sep 2023 14:02:11 +0200 Subject: Add MSRV checking in CI Bump MSRV to 1.65 for the use of let .. else. --- askama_axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_axum') diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index 7c7d85e..034d235 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -2,7 +2,7 @@ name = "askama_axum" version = "0.3.0" edition = "2021" -rust-version = "1.58" +rust-version = "1.65" description = "Axum integration for Askama templates" keywords = ["markup", "template", "jinja2", "html", "axum"] categories = ["template-engine"] -- cgit