tauri/.changes/app-builder-send.md
yydcnjjw 8a6766173b
feat(tauri): impl Send for app::Builder, closes #7618 (#7619)
* feat(tauri): impl Send for app::Builder

* chore: add .changes/app-builder-send.md
2023-08-16 11:21:23 +09:00

6 lines
97 B
Markdown

---
"tauri": patch:enhance
---
Ensure Builder is Send by requiring the menu closure to be Send.