Skip to content

Commit

Permalink
Update MSRV to 1.71.
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <[email protected]>
  • Loading branch information
yubiuser committed Feb 24, 2024
1 parent 979d9d0 commit 5e55c04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Note, this is used in the badge URL!
name: test

env:
MSRV: 1.71 # MSRV (Minimum supported rust version)

on:
push:
branches: [dev, master]
Expand Down Expand Up @@ -109,7 +112,7 @@ jobs:
matrix:
os: [ubuntu-latest]
toolchain:
- "1.70" # MSRV (Minimum supported rust version)
- $MSRV
- stable
experimental: [false]
# Ignore failures in beta
Expand Down Expand Up @@ -163,7 +166,7 @@ jobs:
matrix:
os: [windows-latest]
toolchain:
- "1.70" # MSRV (Minimum supported rust version)
- $MSRV
- stable
steps:
- name: Checkout code
Expand Down Expand Up @@ -206,7 +209,7 @@ jobs:
os: [ubuntu-latest]
target: [armv7-unknown-linux-gnueabihf]
toolchain:
- "1.70" # MSRV (Minimum supported rust version)
- $MSRV
- stable
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e55c04

Please sign in to comment.