mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
340 B
340 B
tauri |
---|
patch:breaking |
tauri::scope
module is recieving a couple of consistency changes:
- Added
tauri::scope::fs
module. - Removed
scope::IpcScope
re-export, usescope::ipc::Scope
. - Removed
FsScope
,GlobPattern
andFsScopeEvent
, usescope::fs::Scope
,scope::fs::Pattern
andscope::fs::Event
respectively.