Skip to content

Commit 4e6d9ac

Browse files
committed
chore: bump MSRV to 1.82
1 parent 40ecad6 commit 4e6d9ac

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
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ${{ matrix.os }}
5757
strategy:
5858
matrix:
59-
rust: [stable, 1.81]
59+
rust: [stable, 1.82]
6060
os: [macos-latest, ubuntu-latest]
6161
include:
6262
- 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.5"
9-
rust-version = "1.81"
9+
rust-version = "1.82"
1010

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

0 commit comments

Comments
 (0)