We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309629c commit 9ee730eCopy full SHA for 9ee730e
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
runs-on: ${{ matrix.os }}
57
strategy:
58
matrix:
59
- rust: [stable, 1.85]
+ rust: [stable, 1.88]
60
os: [macos-latest, ubuntu-latest]
61
include:
62
- os: macos-latest
Cargo.toml
@@ -7,7 +7,7 @@ repository = "https://github.com/Spotifyd/spotifyd"
7
license = "GPL-3.0-only"
8
version = "0.4.1"
9
resolver = "2"
10
-rust-version = "1.85"
+rust-version = "1.88"
11
12
[dependencies]
13
alsa = { version = "0.9.1", optional = true }
0 commit comments