From 00757a2918e028b8f5f5def4d1795c87d490397e Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Wed, 19 Apr 2023 03:21:50 +0200 Subject: [PATCH] chore(global-shortcut/deps): update to global-hotkey v0.2 --- plugins/global-shortcut/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/global-shortcut/Cargo.toml b/plugins/global-shortcut/Cargo.toml index 81bdf831..24e0b4d0 100644 --- a/plugins/global-shortcut/Cargo.toml +++ b/plugins/global-shortcut/Cargo.toml @@ -11,4 +11,4 @@ serde_json.workspace = true tauri.workspace = true log.workspace = true thiserror.workspace = true -global-hotkey = "0.1" +global-hotkey = "0.2"