Skip to content

Commit

Permalink
Peternator7/update msrv to 1.66.1 (#384)
Browse files Browse the repository at this point in the history
* Rev strum version to improve strum pulling strum_macros

* Use 1.66.1 instead

---------

Co-authored-by: Peter Glotfelty <peter@glotfelty.us>
  • Loading branch information
Peternator7 and Peter Glotfelty authored Nov 17, 2024
1 parent e42916a commit 1199417
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -135,7 +135,7 @@ test_script:
for:
- matrix:
only:
- channel: 1.56.1
- channel: 1.66.1

test_script:
- cargo test --verbose %cargoflags%
2 changes: 1 addition & 1 deletion strum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strum"
version = "0.26.2"
version = "0.26.3"
edition = "2018"
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
license = "MIT"
Expand Down

0 comments on commit 1199417

Please # to comment.