mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-01 23:42:33 +03:00
chore(deps): bump tauri-hotkey to 0.1.2 (#1701)
This commit is contained in:
parent
ac2cbcb131
commit
92a01a7cab
5
.changes/hotkey-0.1.2.md
Normal file
5
.changes/hotkey-0.1.2.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri": patch
|
||||
---
|
||||
|
||||
Update `tauri-hotkey` to v0.1.2, fixing a compilation issue on 32-bit platforms.
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user