From 2bc0819e5892b7387d3021dbda8048358abeeabf Mon Sep 17 00:00:00 2001 From: martinfrances107 Date: Thu, 9 May 2024 19:08:02 +0100 Subject: [PATCH 1/2] Bump MSRV to 1.57.0 to more correctly match used methods. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d4de55f..72321a5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,8 @@ edition = "2021" autoexamples = false # also update in README.md (badge and "Rust version requirements" section) -rust-version = "1.56" +# 1.57.0 - Now using '.as_slice()' +rust-version = "1.57.0" include = [ "CHANGELOG.md", From 367c529472dcba223f6ec170bdc667b3426f6db7 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Sun, 12 May 2024 12:43:19 +0200 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 72321a5d..d9c018d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,7 @@ edition = "2021" autoexamples = false # also update in README.md (badge and "Rust version requirements" section) -# 1.57.0 - Now using '.as_slice()' -rust-version = "1.57.0" +rust-version = "1.65.0" include = [ "CHANGELOG.md",