From 1199417e46ae270a6395900686dbb425b95e7786 Mon Sep 17 00:00:00 2001 From: Peter Glotfelty Date: Sun, 17 Nov 2024 12:32:41 -0800 Subject: [PATCH] Peternator7/update msrv to 1.66.1 (#384) * Rev strum version to improve strum pulling strum_macros * Use 1.66.1 instead --------- Co-authored-by: Peter Glotfelty --- README.md | 2 +- appveyor.yml | 10 +++++----- strum/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 04b37fc2..4ef5ab01 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Strum is a set of macros and traits for working with enums and strings easier in # Compatibility -Strum is currently compatible with versions of rustc >= 1.56.1. Pull Requests that improve compatibility with older +Strum is currently compatible with versions of rustc >= 1.66.1. Pull Requests that improve compatibility with older versions are welcome. The project goal is to support a rust version for at least 2 years after release and even longer is preferred since this project changes slowly. diff --git a/appveyor.yml b/appveyor.yml index 74a22253..e1465cdf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,10 +38,10 @@ environment: ### MSVC Toolchains ### # MSRC 64-bit MSVC - - channel: 1.56.1 + - channel: 1.66.1 target: x86_64-pc-windows-msvc # MSRC 32-bit MSVC - - channel: 1.56.1 + - channel: 1.66.1 target: i686-pc-windows-msvc # Stable 64-bit MSVC - channel: stable @@ -67,10 +67,10 @@ environment: ### GNU Toolchains ### # MSRC 64-bit GNU - - channel: 1.56.1 + - channel: 1.66.1 target: x86_64-pc-windows-gnu # MSRC 32-bit GNU - - channel: 1.56.1 + - channel: 1.66.1 target: i686-pc-windows-gnu # Stable 64-bit GNU - channel: stable @@ -135,7 +135,7 @@ test_script: for: - matrix: only: - - channel: 1.56.1 + - channel: 1.66.1 test_script: - cargo test --verbose %cargoflags% \ No newline at end of file diff --git a/strum/Cargo.toml b/strum/Cargo.toml index ee54b3d4..2152d636 100644 --- a/strum/Cargo.toml +++ b/strum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strum" -version = "0.26.2" +version = "0.26.3" edition = "2018" authors = ["Peter Glotfelty "] license = "MIT"