Publish New Versions (v2) (#3425)

This commit is contained in:
github-actions[bot]
2026-05-28 12:06:17 +02:00
committed by GitHub
parent d8645ab3e5
commit 9883f396dc
18 changed files with 44 additions and 36 deletions
@@ -1,6 +0,0 @@
---
"barcode-scanner": patch
"barcode-scanner-js": patch
---
Fixed a crash on iOS when `cancel()` is invoked by running the cancel handler on the main thread.
-6
View File
@@ -1,6 +0,0 @@
---
global-shortcut: patch
global-shortcut-js: patch
---
Update crate `global-hotkey` to 0.8 to fix cpu usage while pressing the keys on windows and to add F13-F24 mappings on Linux/X11.
-6
View File
@@ -1,6 +0,0 @@
---
positioner: patch
positioner-js: patch
---
Removed panics and replaced them with error handling.