-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(feature/specta): Resolve error when using latest version of specta with tauri specta feature #11871
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 dev
with thespecta
feature enabled, the terminal shows this error:By upgrading to the latest specta version and adding the
specta-util
package to the feature, functionality is restored to expected behavior.Notes:
cargo test
has the same outcome on this branch as it does ondev
branch (1 failed)cargo clippy
(1 warning)Let me know if anything else is needed!