fix(global-shortcut): update to 0.2.1 to fix macos build (#353)

pull/357/head
Lucas Fernandes Nogueira 2 years ago committed by GitHub
parent bb26f7d710
commit e0e7b4fc71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -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",

@ -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"

Loading…
Cancel
Save