enhance: remove T: Send + Sync requirement from State<'r, T> - #15578
Conversation
Package Changes Through a1664c1There are 14 changes which include tauri with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-utils with minor, tauri-build with minor, tauri-macos-sign with minor, tauri-runtime-wry with minor, tauri-runtime with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor, tauri-driver with minor, @tauri-apps/api with minor 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 |
|
Something is broken about cross compilation. |
Yeah, let's ignore that for now, see #15573 (comment) |
10be6d8 to
6fb7edc
Compare
T: Send + Sync requirement from State<'r, T>
…ri-apps#15578) * remove needless pinning * less unsafe * reduce use of potentially dangerous fn inner() and replace with fn deref() where possible * refactor(tauri): remove unnecessary trait bounds * Add change file
#13257 isn't getting any majorities.
This includes just the removal of some unsafe blocks and a bit of cleanup.