2626 # MSRV varies by backend due to platform-specific dependencies
2727 MSRV_AAUDIO : " 1.82"
2828 MSRV_ALSA : " 1.82"
29- MSRV_COREAUDIO : " 1.80"
29+ MSRV_PIPEWIRE : " 1.85"
30+ MSRV_COREAUDIO : " 1.82"
3031 MSRV_JACK : " 1.82"
31- MSRV_WASIP1 : " 1.78 "
32+ MSRV_WASIP1 : " 1.82 "
3233 MSRV_WASM : " 1.82"
3334 MSRV_WINDOWS : " 1.82"
3435
@@ -62,16 +63,16 @@ jobs:
6263 id : msrv
6364 uses : ./.github/actions/determine-msrv
6465 with :
65- platform-msrv : ${{ env.MSRV_ALSA }}
66+ platform-msrv : ${{ env.MSRV_PIPEWIRE }}
6667 jack-msrv : ${{ env.MSRV_JACK }}
6768
68- - name : Install Rust MSRV (${{ env.MSRV_ALSA }})
69+ - name : Install Rust MSRV (${{ env.MSRV_PIPEWIRE }})
6970 uses : dtolnay/rust-toolchain@master
7071 with :
71- toolchain : ${{ env.MSRV_ALSA }}
72+ toolchain : ${{ env.MSRV_PIPEWIRE }}
7273
7374 - name : Install Rust MSRV (${{ steps.msrv.outputs.all-features }})
74- if : steps.msrv.outputs.all-features != env.MSRV_ALSA
75+ if : steps.msrv.outputs.all-features != env.MSRV_PIPEWIRE
7576 uses : dtolnay/rust-toolchain@master
7677 with :
7778 toolchain : ${{ steps.msrv.outputs.all-features }}
@@ -82,16 +83,16 @@ jobs:
8283 key : linux-${{ matrix.arch }}
8384
8485 - name : Run tests (default features)
85- run : cargo +${{ env.MSRV_ALSA }} test --workspace --verbose
86+ run : cargo +${{ env.MSRV_PIPEWIRE }} test --workspace --verbose
8687
8788 - name : Check examples (default features)
88- run : cargo +${{ env.MSRV_ALSA }} check --examples --workspace --verbose
89+ run : cargo +${{ env.MSRV_PIPEWIRE }} check --examples --workspace --verbose
8990
9091 - name : Run tests (no default features)
91- run : cargo +${{ env.MSRV_ALSA }} test --no-default-features --workspace --verbose
92+ run : cargo +${{ env.MSRV_PIPEWIRE }} test --no-default-features --workspace --verbose
9293
9394 - name : Check examples (no default features)
94- run : cargo +${{ env.MSRV_ALSA }} check --examples --no-default-features --workspace --verbose
95+ run : cargo +${{ env.MSRV_PIPEWIRE }} check --examples --no-default-features --workspace --verbose
9596
9697 - name : Run tests (all features)
9798 run : cargo +${{ steps.msrv.outputs.all-features }} test --all-features --workspace --verbose
0 commit comments