Skip to content

Commit b17af5d

Browse files
committed
chore: bump MSRV to 1.78 and update CI
1 parent 4df8bf5 commit b17af5d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: cross +${{ env.MSRV_ALSA }} test --target armv7-unknown-linux-gnueabihf --workspace --no-default-features --verbose
118118

119119
- name: Run tests (all features)
120-
run: cross +${{ env.MSRV_JACK }} test --target armv7-unknown-linux-gnueabihf --workspace --all-features --verbose
120+
run: cross +${{ env.MSRV_ALSA }} test --target armv7-unknown-linux-gnueabihf --workspace --all-features --verbose
121121

122122
# Windows (x86_64 and i686)
123123
windows:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
### Changed
2323

24+
- Overall MSRV increased to 1.78.
2425
- **ALSA**: Update `alsa` dependency from 0.10 to 0.11.
25-
- **ALSA**: MSRV increased from 1.77 to 1.82 (required by alsa-sys 0.4.0).
26+
- **ALSA**: MSRV increased to 1.82.
2627
- **ALSA**: Devices now report direction from hint metadata and physical hardware probing instead of querying supported configs.
2728
- **ALSA**: Device handles are no longer exclusively held between operations.
2829

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation = "https://docs.rs/cpal"
77
license = "Apache-2.0"
88
keywords = ["audio", "sound"]
99
edition = "2021"
10-
rust-version = "1.77"
10+
rust-version = "1.78"
1111

1212
[features]
1313
# ASIO backend for Windows

0 commit comments

Comments
 (0)