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

Update MSRV to 1.74.0 and sysinfo to 0.31.3

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser 2024-08-27 23:16:48 +02:00
parent 2ea7436e60
commit dcd592bafb
No known key found for this signature in database
14 changed files with 22 additions and 23 deletions

View file

@ -109,7 +109,7 @@ jobs:
matrix:
os: [ubuntu-latest]
toolchain:
- "1.73" # MSRV (Minimum supported rust version)
- "1.74" # MSRV (Minimum supported rust version)
- stable
experimental: [false]
# Ignore failures in beta
@ -163,7 +163,7 @@ jobs:
matrix:
os: [windows-latest]
toolchain:
- "1.73" # MSRV (Minimum supported rust version)
- "1.74" # 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.73" # MSRV (Minimum supported rust version)
- "1.74" # MSRV (Minimum supported rust version)
- stable
steps:
- name: Checkout code