mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-30 18:46:27 +03:00
7 lines
230 B
Markdown
7 lines
230 B
Markdown
|
---
|
||
|
"tauri-utils": patch:breaking
|
||
|
"tauri": patch:breaking
|
||
|
---
|
||
|
|
||
|
The `Assets::iter` function now must return a iterator with `Item = (Cow<'_, str>, Cow<'_, [u8]>)` to be more flexible on contexts where the assets are not `'static`.
|