Update MSRV to 1.71.0

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2024-02-24 08:30:10 +01:00
parent 979d9d0aa0
commit d8e7f4f618
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -41,7 +41,7 @@ https://github.com/librespot-org/librespot
configurations.
- [audio] Files are now downloaded over the HTTPS CDN (breaking)
- [audio] Improve file opening and seeking performance (breaking)
- [core] MSRV is now 1.70 (breaking)
- [core] MSRV is now 1.71 (breaking)
- [connect] `DeviceType` moved out of `connect` into `core` (breaking)
- [connect] Update and expose all `spirc` context fields (breaking)
- [connect] Add `Clone, Defaut` traits to `spirc` contexts