chore: fix description for Context::assets change from #9141 (#9148)

This commit is contained in:
Amr Bashir
2024-03-11 19:47:03 +02:00
committed by GitHub
parent e673854c83
commit a44cd5a183

View File

@@ -2,4 +2,4 @@
"tauri": patch:breaking
---
`Context::assets` now returns `&dyn Assets` instead of `Box<&dyn Assets>`.
`Context::assets` now returns `&dyn Assets` instead of `&A` generic.