mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
8a6766173b
* feat(tauri): impl Send for app::Builder * chore: add .changes/app-builder-send.md
6 lines
97 B
Markdown
6 lines
97 B
Markdown
---
|
|
"tauri": patch:enhance
|
|
---
|
|
|
|
Ensure Builder is Send by requiring the menu closure to be Send.
|