File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ documentation = "https://docs.rs/cpal"
77license = " Apache-2.0"
88keywords = [" audio" , " sound" ]
99edition = " 2021"
10- rust-version = " 1.77 "
10+ rust-version = " 1.78 "
1111
1212[features ]
1313# ASIO backend for Windows
You can’t perform that action at this time.
0 commit comments