chore(deps): update rust crate tauri-specta to v2.0.0-rc.25#321
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0-rc.21→2.0.0-rc.25Release Notes
specta-rs/tauri-specta (tauri-specta)
v2.0.0-rc.25Compare Source
Changes:
Date,Uint8Array,URL, etc.)New Contributors
Full Changelog: specta-rs/tauri-specta@v2.0.0-rc.24...v2.0.0-rc.25
v2.0.0-rc.24: - Phasing ForwardCompare Source
A huge thanks to Flight Science's for funding me to be able do this work and complete the Specta 2.0.0 vision. A huge debt of gratitude is owed to them for making this all possible!
Upgrade Specta
Upgrade Specta to the latest version!
Ensure you update your dependencies to be the following:
Checkout the v2.0.0-rc.24 and v2.0.0-rc.23 release notes for breaking changes.
Phase-specific types
We we launching support for phase-specific types into Tauri Specta to try out the new Specta APIs. The low-level APIs exposed from Specta are still experimental and may still undergo changes but they are now ready for usage to gather feedback!
This enables types like this to be defined in Rust:
This results in the following in the
bindings.tsfile:This will result in much more accurate types as we can react to the context (Serialize or Deserialize) to generate a better type. We would love you to open issues with feedback as this is a fairly new feature!
You can disable it by using Builder::disable_serde_phases if you would like to restore the previous behavior.
Other
New Contributors
Full Changelog: specta-rs/tauri-specta@v2.0.0-rc.21...v2.0.0-rc.24
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.