Skip to content

Commit d5b3fd0

Browse files
committed
bump MSRV to 1.64
1 parent 1250adb commit d5b3fd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ${{ matrix.os }}
5656
strategy:
5757
matrix:
58-
rust: [stable, 1.62.0]
58+
rust: [stable, 1.64]
5959
os: [macos-latest, ubuntu-latest]
6060
include:
6161
- os: macos-latest

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "A Spotify daemon"
66
repository = "https://github.com/Spotifyd/spotifyd"
77
license = "GPL-3.0-only"
88
version = "0.3.4"
9-
rust-version = "1.62"
9+
rust-version = "1.64"
1010

1111
[dependencies]
1212
alsa = { version = "0.5", optional = true }

0 commit comments

Comments
 (0)