refactor: add type annotation on as_ref for upcoming tauri 2.8 - #2917
refactor: add type annotation on as_ref for upcoming tauri 2.8#2917Legend-Master wants to merge 2 commits into
as_ref for upcoming tauri 2.8#2917Conversation
Package Changes Through 6916d4bThere are 14 changes which include fs with patch, fs-js with patch, nfc with patch, nfc-js with patch, opener with minor, opener-js with minor, os with patch, os-js with patch, positioner with patch, positioner-js with patch, store with minor, store-js with minor, window-state with patch, window-state-js 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 |
|
I think we should release this before we release tauri 2.8 so people will still get a good build when they run |
|
Went for the revert: tauri-apps/tauri#14026 |
In tauri-apps/tauri#14012 we added
as_refto support casting to aWindow, and these plugins will no longer compile due to that