Skip to content

Commit 0ad1f72

Browse files
authored
Update MSRV to 1.81 (#1428)
* bump MSRV to 1.81 * Update zbus to v5 * Update jack to 0.13
1 parent d82d94b commit 0ad1f72

11 files changed

Lines changed: 54 additions & 180 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.75.0
3+
ARG rust_version=1.81.0
44
FROM rust:${rust_version}-${debian_version}
55

66
ARG DEBIAN_FRONTEND=noninteractive

.devcontainer/Dockerfile.alpine

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 alpine_version=alpine3.19
3-
ARG rust_version=1.75.0
3+
ARG rust_version=1.81.0
44
FROM rust:${rust_version}-${alpine_version}
55

66
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"

.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.75" # MSRV (Minimum supported rust version)
112+
- "1.81" # MSRV (Minimum supported rust version)
113113
- stable
114114
experimental: [false]
115115
# Ignore failures in beta
@@ -164,7 +164,7 @@ jobs:
164164
matrix:
165165
os: [windows-latest]
166166
toolchain:
167-
- "1.75" # MSRV (Minimum supported rust version)
167+
- "1.81" # MSRV (Minimum supported rust version)
168168
- stable
169169
steps:
170170
- name: Checkout code
@@ -215,7 +215,7 @@ jobs:
215215
- aarch64-unknown-linux-gnu
216216
- riscv64gc-unknown-linux-gnu
217217
toolchain:
218-
- "1.75" # MSRV (Minimum supported rust version)
218+
- "1.81" # MSRV (Minimum supported rust version)
219219
- stable
220220
steps:
221221
- name: Checkout code

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- [core] MSRV is now 1.81 (breaking)
1213
- [connect] Replaced `ConnectConfig` with `ConnectStateConfig` (breaking)
1314
- [connect] Replaced `playing_track_index` field of `SpircLoadCommand` with `playing_track` (breaking)
1415
- [connect] Replaced Mercury usage in `Spirc` with Dealer

0 commit comments

Comments
 (0)