Skip to content

Commit

Permalink
chore: bump MSRV to 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Mar 7, 2025
1 parent 40ecad6 commit 4e6d9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4e6d9ac

Please sign in to comment.