Skip to content

Commit 6fb3572

Browse files
authored
Merge pull request #1298 from yubiuser/update/deps
Update/deps
2 parents cbaad72 + 419fd74 commit 6fb3572

13 files changed

Lines changed: 749 additions & 492 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
ARG debian_version=slim-bookworm
3-
ARG rust_version=1.71.0
3+
ARG rust_version=1.73.0
44
FROM rust:${rust_version}-${debian_version}
55

66
ARG DEBIAN_FRONTEND=noninteractive

.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.71" # MSRV (Minimum supported rust version)
112+
- "1.73" # 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.71" # MSRV (Minimum supported rust version)
166+
- "1.73" # 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.71" # MSRV (Minimum supported rust version)
209+
- "1.73" # 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.71 (breaking)
44+
- [core] MSRV is now 1.73 (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)