v2.0.0-rc.12 - New syntax
Pre-release
Pre-release
oscartbeaumont
released this
01 Aug 13:38
·
46 commits
to main
since this release
Changes:
- Support for the latest Tauri (
=2.0.0-beta.25
) and Specta (=2.0.0-rc.18
) - Completly new builder syntax. Refer to docs for how to upgrade your project.
- Expemental support for Tauri
Channel
behind theUNSTABLE_channels
feature (waiting on #10435 for stabilization. - Convert
collect_commands
from a proc macro to a macro_rules - The
tauri_specta::Event
macro now requires thederive
feature to be enabled.