mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
ec9818accb
* refactor(core): App::run_iteration improvements * lint * fixes * fix exit * Apply suggestions from code review Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de> * update cargo.toml * booooool * fix mock runtime * fix doctests * fix doctest againrrrr --------- Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
6 lines
108 B
Markdown
6 lines
108 B
Markdown
---
|
|
"tauri": patch:breaking
|
|
---
|
|
|
|
Added a callback to the `App::run_iteration` and removed its return value.
|