Skip to content

Commit 9ee730e

Browse files
committed
chore: bump msrv to 1.88
1 parent 309629c commit 9ee730e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ${{ matrix.os }}
5757
strategy:
5858
matrix:
59-
rust: [stable, 1.85]
59+
rust: [stable, 1.88]
6060
os: [macos-latest, ubuntu-latest]
6161
include:
6262
- os: macos-latest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/Spotifyd/spotifyd"
77
license = "GPL-3.0-only"
88
version = "0.4.1"
99
resolver = "2"
10-
rust-version = "1.85"
10+
rust-version = "1.88"
1111

1212
[dependencies]
1313
alsa = { version = "0.9.1", optional = true }

0 commit comments

Comments
 (0)