1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Bump MSRV to 1.73

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2024-06-10 18:50:38 +00:00
parent 983777518f
commit b0170d142b
No known key found for this signature in database
12 changed files with 14 additions and 14 deletions

View file

@ -109,7 +109,7 @@ jobs:
matrix:
os: [ubuntu-latest]
toolchain:
- "1.71" # MSRV (Minimum supported rust version)
- "1.73" # MSRV (Minimum supported rust version)
- stable
experimental: [false]
# Ignore failures in beta
@ -163,7 +163,7 @@ jobs:
matrix:
os: [windows-latest]
toolchain:
- "1.71" # MSRV (Minimum supported rust version)
- "1.73" # MSRV (Minimum supported rust version)
- stable
steps:
- name: Checkout code
@ -206,7 +206,7 @@ jobs:
os: [ubuntu-latest]
target: [armv7-unknown-linux-gnueabihf]
toolchain:
- "1.71" # MSRV (Minimum supported rust version)
- "1.73" # MSRV (Minimum supported rust version)
- stable
steps:
- name: Checkout code