mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-04 13:48:01 +02:00
fix(global-shortcut): update to 0.2.1 to fix macos build (#353)
This commit is contained in:
committed by
GitHub
parent
bb26f7d710
commit
e0e7b4fc71
Generated
+2
-2
@@ -1831,9 +1831,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
||||
|
||||
[[package]]
|
||||
name = "global-hotkey"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "92007db5c632751655a4c0ef122832fd283e6651621d34613b17fd1edfbfd2ed"
|
||||
checksum = "273daa5db9a79be95b2b04c9955651c301a08b5dc1d7656e692e3801634aa873"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"keyboard-types",
|
||||
|
||||
Generated
+2
-2
@@ -1513,9 +1513,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
||||
|
||||
[[package]]
|
||||
name = "global-hotkey"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "92007db5c632751655a4c0ef122832fd283e6651621d34613b17fd1edfbfd2ed"
|
||||
checksum = "273daa5db9a79be95b2b04c9955651c301a08b5dc1d7656e692e3801634aa873"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"keyboard-types",
|
||||
|
||||
@@ -11,4 +11,4 @@ serde_json.workspace = true
|
||||
tauri.workspace = true
|
||||
log.workspace = true
|
||||
thiserror.workspace = true
|
||||
global-hotkey = "0.2"
|
||||
global-hotkey = "0.2.1"
|
||||
|
||||
Reference in New Issue
Block a user