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"