We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01a2b6 commit d706220Copy full SHA for d706220
.changes/msrv.md
@@ -0,0 +1,5 @@
1
+---
2
+global-hotkey: minor
3
4
+
5
+Increased MSRV to `1.77`.
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
sudo apt-get update
36
sudo apt-get install -y libgtk-3-dev libxdo-dev
37
38
- - uses: dtolnay/rust-toolchain@1.71
+ - uses: dtolnay/rust-toolchain@1.77
39
- run: cargo build
40
41
- uses: dtolnay/rust-toolchain@stable
Cargo.toml
@@ -9,7 +9,7 @@ readme = "README.md"
9
repository = "https://github.com/tauri-apps/global-hotkey"
10
documentation = "https://docs.rs/global-hotkey"
11
categories = ["gui"]
12
-rust-version = "1.71"
+rust-version = "1.77"
13
14
[features]
15
serde = ["dep:serde"]
0 commit comments