mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-20 17:00:56 +02:00
8da0e73634
* fix(windows): fix dangling pointers a fix to some dangling problem same as https://github.com/tauri-apps/tauri-plugin-single-instance/pull/6 * doc(change): add a change md
139 B
139 B
tauri-plugin-single-instance
| tauri-plugin-single-instance |
|---|
| patch |
fix dangling pointers caused by passing encode_wide().as_ptr() directly to FFI on Windows.