mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
6c06832246
* fix(acl): scope resolution should be per window * Update core/tauri-utils/src/acl/resolved.rs Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> * update snapshots * lint --------- Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
183 B
183 B
tauri |
---|
patch:breaking |
The allows
and denies
methods from ipc::ScopeValue
, ipc::CommandScope
and ipc::GlobalScope
now returns &Vec<Arc<T>>
instead of &Vec<T>
.