Skip to content
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: fix Specta integration #12371

Merged
merged 4 commits into from
Jan 13, 2025
Merged

Conversation

oscartbeaumont
Copy link
Member

This PR reverts #11871 as it has created an implicit version lock on Specta =2.0.0-rc.20 for everyone with Tauri in their crate graph which means I am unable to roll out a fix for the issue that it was intended to workaround.

Tauri has an unlocked Specta version so it will automatically work with the latest version however, specta-util locks itself to a specific Specta version. Tauri does have the version of specta-util unlocked so theorically Cargo should pull the latest version of it which in turn should use the latest Specta version but for some reason in my local testing this is not the case.

The previous PR also bumped the lowest supported version of Specta in a minor release which I think is a semver breaking change so i've reverted it too.

@oscartbeaumont oscartbeaumont requested a review from a team as a code owner January 12, 2025 23:19
@oscartbeaumont oscartbeaumont changed the title Fix Specta Fix Specta integration Jan 12, 2025
Copy link
Contributor

github-actions bot commented Jan 12, 2025

Package Changes Through 12f3a9a

No changes.

Add a change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@amrbashir amrbashir changed the title Fix Specta integration fix: fix Specta integration Jan 13, 2025
@amrbashir amrbashir merged commit 75d56e8 into tauri-apps:dev Jan 13, 2025
19 checks passed
@oscartbeaumont oscartbeaumont deleted the fix-specta branch January 13, 2025 02:35
FabianLars added a commit that referenced this pull request Jan 13, 2025
FabianLars added a commit that referenced this pull request Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants