-
Notifications
You must be signed in to change notification settings - Fork 282
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(deps): use no default features on tauri #1402
fix(deps): use no default features on tauri #1402
Conversation
Needs tauri-apps/tauri#9954 |
Hmm, all the iOS tests are failing but they did fine in the tauri repo https://github.com/tauri-apps/tauri/actions/runs/9754721776/job/26922051410 |
Needs a Tauri patch unfortunately. |
Package Changes Through d05f9baThere are 28 changes which include fs with prerelease, authenticator with prerelease, autostart with prerelease, barcode-scanner with prerelease, biometric with prerelease, cli with prerelease, clipboard-manager with prerelease, deep-link with prerelease, dialog with prerelease, global-shortcut with prerelease, http with prerelease, localhost with prerelease, log-plugin with prerelease, nfc with prerelease, notification with prerelease, os with prerelease, persisted-scope with prerelease, positioner with prerelease, process with prerelease, shell with prerelease, single-instance with prerelease, sql with prerelease, store with prerelease, stronghold with prerelease, updater with prerelease, upload with prerelease, websocket with prerelease, window-state with prerelease 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 |
Is the iOS wry feature still required with Lucas's PR merged and released? |
I think so, Lucas's change file said
|
* Use no default feature on tauri * Add change file * typo * Revert lock file conflict * Use wry on iOS
Use no default features on tauri for all plugins so that consumers can use
default-features = false
on tauri