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 Specta integration #10361

Closed
wants to merge 1 commit into from
Closed

Conversation

oscartbeaumont
Copy link
Member

#10139 introduced a usage of specta::Type (the derive macro) which is not enabled by default. This PR adds the required derive feature to Specta.

This seems to have caused issues generating Rust documentation for the Tauri 2.0.0-beta.24 release. Due to the nature of Cargo dependencies this will only ever cause an error when using Tauri with the specta feature without the user having specta with the derive feature which should be exceedingly rare.

@oscartbeaumont oscartbeaumont requested a review from a team as a code owner July 23, 2024 07:50
Copy link
Contributor

Package Changes Through a548ed2

There are 5 changes which include @tauri-apps/api with prerelease, tauri-bundler with prerelease, tauri with prerelease, tauri-runtime-wry with prerelease, tauri-runtime with prerelease

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.0.0-beta.15 2.0.0-beta.16
tauri-bundler 2.0.1-beta.18 2.0.1-beta.19
tauri-runtime 2.0.0-beta.20 2.0.0-beta.21
tauri-runtime-wry 2.0.0-beta.20 2.0.0-beta.21
tauri 2.0.0-beta.24 2.0.0-beta.25
@tauri-apps/cli 2.0.0-beta.22 2.0.0-beta.23
tauri-cli 2.0.0-beta.22 2.0.0-beta.23

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


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

@oscartbeaumont
Copy link
Member Author

Closed as duplicate of #10362

@oscartbeaumont oscartbeaumont deleted the patch-1 branch July 23, 2024 07:52
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.

1 participant