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"