diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa1b0108..e0560b27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - rust: [stable, 1.81] + rust: [stable, 1.82] os: [macos-latest, ubuntu-latest] include: - os: macos-latest diff --git a/Cargo.toml b/Cargo.toml index d39e7bab..765cbae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A Spotify daemon" repository = "https://github.com/Spotifyd/spotifyd" license = "GPL-3.0-only" version = "0.3.5" -rust-version = "1.81" +rust-version = "1.82" [dependencies] alsa = { version = "0.9.1", optional = true }