mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
149056746c
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
234 B
234 B
tauri |
---|
major:breaking |
- Removed
tauri::path::Error
and added its variants totauri::Error
- Removed
tauri::path::Result
andtauri::plugin::Result
aliases, you should usetauri::Result
or your ownResult
type.