tauri/.changes/tauri-error-sync.md
Amr Bashir 2e6db908d7
fix(core): make tauri::Error sync again (#8777)
* fix(core): make `tauri::Error` sync again

closes #8754

* add unit test

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2024-02-05 14:52:10 -03:00

6 lines
81 B
Markdown

---
'tauri': 'patch:bug'
---
Fix regression in `tauri::Error` not being `Sync`.