From 92a01a7cab6d55f368b60a0d6bcc96d2847b2a81 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Tue, 4 May 2021 12:05:26 -0300 Subject: [PATCH] chore(deps): bump tauri-hotkey to 0.1.2 (#1701) --- .changes/hotkey-0.1.2.md | 5 +++++ core/tauri/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/hotkey-0.1.2.md diff --git a/.changes/hotkey-0.1.2.md b/.changes/hotkey-0.1.2.md new file mode 100644 index 000000000..d24e62f96 --- /dev/null +++ b/.changes/hotkey-0.1.2.md @@ -0,0 +1,5 @@ +--- +"tauri": patch +--- + +Update `tauri-hotkey` to v0.1.2, fixing a compilation issue on 32-bit platforms. diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index e006ff1f3..694a6fe1f 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -42,7 +42,7 @@ bytes = { version = "1", features = [ "serde" ] } http = "0.2" clap = { version = "=3.0.0-beta.2", optional = true } notify-rust = { version = "4.4.0", optional = true } -tauri-hotkey = { version = "0.1.1", optional = true } +tauri-hotkey = { version = "0.1.2", optional = true } open = "1.7.0" shared_child = "0.3" os_pipe = "0.9"