Skip to content

Commit 59d5396

Browse files
committed
Update MSRV to 1.70
Signed-off-by: Christian König <[email protected]>
1 parent f999b8a commit 59d5396

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
matrix:
110110
os: [ubuntu-latest]
111111
toolchain:
112-
- "1.67" # MSRV (Minimum supported rust version)
112+
- "1.70" # MSRV (Minimum supported rust version)
113113
- stable
114114
experimental: [false]
115115
# Ignore failures in beta
@@ -163,7 +163,7 @@ jobs:
163163
matrix:
164164
os: [windows-latest]
165165
toolchain:
166-
- "1.67" # MSRV (Minimum supported rust version)
166+
- "1.70" # MSRV (Minimum supported rust version)
167167
- stable
168168
steps:
169169
- name: Checkout code
@@ -206,7 +206,7 @@ jobs:
206206
os: [ubuntu-latest]
207207
target: [armv7-unknown-linux-gnueabihf]
208208
toolchain:
209-
- "1.67" # MSRV (Minimum supported rust version)
209+
- "1.70" # MSRV (Minimum supported rust version)
210210
- stable
211211
steps:
212212
- name: Checkout code

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ https://github.com/librespot-org/librespot
4141
configurations.
4242
- [audio] Files are now downloaded over the HTTPS CDN (breaking)
4343
- [audio] Improve file opening and seeking performance (breaking)
44-
- [core] MSRV is now 1.67 (breaking)
44+
- [core] MSRV is now 1.70 (breaking)
4545
- [connect] `DeviceType` moved out of `connect` into `core` (breaking)
4646
- [connect] Update and expose all `spirc` context fields (breaking)
4747
- [connect] Add `Clone, Defaut` traits to `spirc` contexts

0 commit comments

Comments
 (0)