Skip to content

Commit

Permalink
bump MSRV to 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Mar 16, 2023
1 parent c4001da commit ac0ff40
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 @@ -55,7 +55,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [stable, 1.62.0]
rust: [stable, 1.64]
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.4"
rust-version = "1.62"
rust-version = "1.64"

[dependencies]
alsa = { version = "0.5", optional = true }
Expand Down

0 comments on commit ac0ff40

Please sign in to comment.