mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-26 20:42:18 +03:00
6 lines
183 B
Markdown
6 lines
183 B
Markdown
|
---
|
||
|
"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>`.
|