1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 12:04:38 +01:00

update ci version (#280)

Co-authored-by: Peter Glotfelty <peter@glotfelty.us>
This commit is contained in:
Peter Glotfelty 2023-07-01 13:17:30 -07:00 committed by GitHub
parent 2bcf86d0ca
commit 0a0def76bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
msrv = "1.32.0"
msrv = "1.56.1"

View File

@ -38,10 +38,10 @@ environment:
### MSVC Toolchains ###
# MSRC 64-bit MSVC
- channel: 1.32.0
- channel: 1.56.1
target: x86_64-pc-windows-msvc
# MSRC 32-bit MSVC
- channel: 1.32.0
- channel: 1.56.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.32.0
- channel: 1.56.1
target: x86_64-pc-windows-gnu
# MSRC 32-bit GNU
- channel: 1.32.0
- channel: 1.56.1
target: i686-pc-windows-gnu
# Stable 64-bit GNU
- channel: stable