apply version updates (#153)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-07 03:37:50 +03:00
committed by GitHub
parent 3b9a3f5734
commit dc7a755790
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"global-hotkey": "minor"
---
Use `x11rb` crate instead of `x11-dl` for linux (x11) backend.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.7.0]
- [`77dbe4e`](https://www.github.com/tauri-apps/global-hotkey/commit/77dbe4ebe5911f9ee41f3264ecb11295d7e6abe7) ([#150](https://www.github.com/tauri-apps/global-hotkey/pull/150) by [@Exidex](https://www.github.com/tauri-apps/global-hotkey/../../Exidex)) Use `x11rb` crate instead of `x11-dl` for linux (x11) backend.
## \[0.6.4]
- [`a25c485`](https://www.github.com/tauri-apps/global-hotkey/commit/a25c485b6fce488799510c7f70563db3ebcdb72f) ([#120](https://www.github.com/tauri-apps/global-hotkey/pull/120) by [@FabianLars](https://www.github.com/tauri-apps/global-hotkey/../../FabianLars)) Update `objc2` to `0.6`. This raises the MSRV to 1.71 which is now also set in `rust-version`.

2
Cargo.lock generated
View File

@@ -2105,7 +2105,7 @@ dependencies = [
[[package]]
name = "global-hotkey"
version = "0.6.4"
version = "0.7.0"
dependencies = [
"async-std",
"crossbeam-channel",

View File

@@ -1,6 +1,6 @@
[package]
name = "global-hotkey"
version = "0.6.4"
version = "0.7.0"
description = "Global hotkeys for Desktop Applications"
edition = "2021"
keywords = ["windowing", "global", "global-hotkey", "hotkey"]