Skip to content

Commit 92a01a7

Browse files
authored
chore(deps): bump tauri-hotkey to 0.1.2 (#1701)
1 parent ac2cbcb commit 92a01a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/hotkey-0.1.2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": patch
3+
---
4+
5+
Update `tauri-hotkey` to v0.1.2, fixing a compilation issue on 32-bit platforms.

core/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bytes = { version = "1", features = [ "serde" ] }
4242
http = "0.2"
4343
clap = { version = "=3.0.0-beta.2", optional = true }
4444
notify-rust = { version = "4.4.0", optional = true }
45-
tauri-hotkey = { version = "0.1.1", optional = true }
45+
tauri-hotkey = { version = "0.1.2", optional = true }
4646
open = "1.7.0"
4747
shared_child = "0.3"
4848
os_pipe = "0.9"

0 commit comments

Comments
 (0)