fix(feature/specta): Resolve error when using latest version of specta with tauri specta feature#11871
Conversation
…ependency (required in specta v2 rc.20)
Package Changes Through 163ea7bThere are 8 changes which include @tauri-apps/api with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
Per @FabianLars via #11872, requesting that whoever reviews this PR might ignore the failing lint, since the fix for the lint is present in #11694 |
|
note that the specta_util explicit reference was removed recently |
Presently, when running
tauri devwith thespectafeature enabled, the terminal shows this error:By upgrading to the latest specta version and adding the
specta-utilpackage to the feature, functionality is restored to expected behavior.Notes:
cargo testhas the same outcome on this branch as it does ondevbranch (1 failed)cargo clippy(1 warning)Let me know if anything else is needed!