File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments