mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-29 04:55:40 +03:00
5110c704be
* feat(core): allow users to access the Assets instance * chore(changes): mark as breaking change [skip ci]
8 lines
161 B
Markdown
8 lines
161 B
Markdown
---
|
|
"tauri-codegen": patch
|
|
"tauri-utils": patch
|
|
"tauri": patch
|
|
---
|
|
|
|
**Breaking:** The `assets` field on the `tauri::Context` struct is now a `Arc<impl Assets>`.
|