We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1250adb commit d5b3fd0Copy full SHA for d5b3fd0
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
56
strategy:
57
matrix:
58
- rust: [stable, 1.62.0]
+ rust: [stable, 1.64]
59
os: [macos-latest, ubuntu-latest]
60
include:
61
- os: macos-latest
Cargo.toml
@@ -6,7 +6,7 @@ description = "A Spotify daemon"
6
repository = "https://github.com/Spotifyd/spotifyd"
7
license = "GPL-3.0-only"
8
version = "0.3.4"
9
-rust-version = "1.62"
+rust-version = "1.64"
10
11
[dependencies]
12
alsa = { version = "0.5", optional = true }
0 commit comments