chore: Update minimum supported Rust version to 1.77 (#165)

Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
Sergio Alejandro Ribera Costa
2025-11-03 06:14:39 -04:00
committed by GitHub
parent c01a2b648a
commit d70622077a
3 changed files with 7 additions and 2 deletions

5
.changes/msrv.md Normal file
View File

@@ -0,0 +1,5 @@
---
global-hotkey: minor
---
Increased MSRV to `1.77`.

View File

@@ -35,7 +35,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libxdo-dev
- uses: dtolnay/rust-toolchain@1.71
- uses: dtolnay/rust-toolchain@1.77
- run: cargo build
- uses: dtolnay/rust-toolchain@stable

View File

@@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/tauri-apps/global-hotkey"
documentation = "https://docs.rs/global-hotkey"
categories = ["gui"]
rust-version = "1.71"
rust-version = "1.77"
[features]
serde = ["dep:serde"]