We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ecad6 commit 4e6d9acCopy full SHA for 4e6d9ac
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
runs-on: ${{ matrix.os }}
57
strategy:
58
matrix:
59
- rust: [stable, 1.81]
+ rust: [stable, 1.82]
60
os: [macos-latest, ubuntu-latest]
61
include:
62
- 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.5"
9
-rust-version = "1.81"
+rust-version = "1.82"
10
11
[dependencies]
12
alsa = { version = "0.9.1", optional = true }
0 commit comments