From a4eaa5f0366fc63a49308c6bd27dbd6c33750d10 Mon Sep 17 00:00:00 2001 From: igor Date: Sun, 3 Mar 2024 12:12:30 +0100 Subject: [PATCH] Set MSRV to 1.70 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17035ae..f365108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Mara Bos ", ] -rust-version = "1.65" +rust-version = "1.70" edition = "2021" repository = "https://github.com/de-vri-es/assert2-rs"