chore(ci): updated for new release

This commit is contained in:
kaosat.dev 2024-02-20 14:56:19 +01:00
parent 3bc1a87d1e
commit a28505fc39
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
key: ubuntu-latest-cargo-lint-${{ hashFiles('**/Cargo.toml') }}
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.75.0
toolchain: 1.76.0
components: rustfmt, clippy
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev