mirror of
https://github.com/tauri-apps/global-hotkey.git
synced 2026-01-31 00:45:22 +01:00
chore: Update minimum supported Rust version to 1.77 (#165)
Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
committed by
GitHub
parent
c01a2b648a
commit
d70622077a
5
.changes/msrv.md
Normal file
5
.changes/msrv.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
global-hotkey: minor
|
||||
---
|
||||
|
||||
Increased MSRV to `1.77`.
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user