tauri/.changes/tauri-scope-object-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
86 B
Markdown

---
'tauri': 'patch:breaking'
---
Require `ScopeObject::Error` to be `Sync` as well.