Skip to content

Commit d706220

Browse files
chore: Update minimum supported Rust version to 1.77 (#165)
Co-authored-by: Fabian-Lars <github@fabianlars.de>
1 parent c01a2b6 commit d706220

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changes/msrv.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
global-hotkey: minor
3+
---
4+
5+
Increased MSRV to `1.77`.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo apt-get update
3636
sudo apt-get install -y libgtk-3-dev libxdo-dev
3737
38-
- uses: dtolnay/rust-toolchain@1.71
38+
- uses: dtolnay/rust-toolchain@1.77
3939
- run: cargo build
4040

4141
- uses: dtolnay/rust-toolchain@stable

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/tauri-apps/global-hotkey"
1010
documentation = "https://docs.rs/global-hotkey"
1111
categories = ["gui"]
12-
rust-version = "1.71"
12+
rust-version = "1.77"
1313

1414
[features]
1515
serde = ["dep:serde"]

0 commit comments

Comments
 (0)