Skip to content

Commit 659e3fc

Browse files
committed
fix: Bump MSRV
Required by newer dependencies
1 parent 26e86ba commit 659e3fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- stable
3434
- beta
3535
- nightly
36-
- 1.74.0 # MSRV
36+
- 1.82.0 # MSRV
3737
steps:
3838
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939
with:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["keyboard", "backlight", "laptop", "thinkpad"]
88
license = "GPL-3.0-only"
99
name = "keyboard-backlightd"
1010
repository = "https://github.com/VorpalBlade/keyboard-backlightd"
11-
rust-version = "1.74.0"
11+
rust-version = "1.82.0"
1212
version = "0.1.11"
1313

1414
[profile.release]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ to the daemon. But consider giving it a try first, you might grow to like it.
201201

202202
## Minimum supported rust version (MSRV)
203203

204-
Currently, at least Rust 1.74.0 is needed, but this may change at any time
204+
Currently, at least Rust 1.82.0 is needed, but this may change at any time
205205
if needed. MSRV change is not considered a breaking change and as such may
206206
change even in a patch version.
207207

0 commit comments

Comments
 (0)