chore(deps): bump tauri-hotkey to 0.1.2 (#1701)

This commit is contained in:
Lucas Fernandes Nogueira 2021-05-04 12:05:26 -03:00 committed by GitHub
parent ac2cbcb131
commit 92a01a7cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

5
.changes/hotkey-0.1.2.md Normal file
View File

@ -0,0 +1,5 @@
---
"tauri": patch
---
Update `tauri-hotkey` to v0.1.2, fixing a compilation issue on 32-bit platforms.

View File

@ -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"