From b3594443178eecddec3378c540f2fb503887824c Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Tue, 13 Apr 2021 01:55:16 -0300 Subject: [PATCH] chore(deps): use published tauri-hotkey crate (#1470) --- core/tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 1fe5e423d..d6c363e25 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -50,7 +50,7 @@ bytes = { version = "1", features = ["serde"] } http = "0.2" clap = { version = "=3.0.0-beta.2", optional = true } notify-rust = { version = "4.3.0", optional = true } -tauri-hotkey = { git = "https://github.com/tauri-apps/tauri-hotkey-rs", branch = "dev", optional = true } +tauri-hotkey = { version = "0.1.0", optional = true } open = "1.6.0" shared_child = "0.3" os_pipe = "0.9"