Skip to content

Commit

Permalink
Bump MSRV to 1.67
Browse files Browse the repository at this point in the history
Signed-off-by: Bailey Kasin <[email protected]>
  • Loading branch information
Bailey Kasin committed Sep 20, 2023
1 parent 4037084 commit 3a96cee
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.64]
rust: [stable, 1.67]
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.64"
rust-version = "1.67"

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

0 comments on commit 3a96cee

Please sign in to comment.