mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-24 19:25:12 +03:00
6 lines
176 B
Markdown
6 lines
176 B
Markdown
|
---
|
||
|
'tauri-utils': 'patch:breaking'
|
||
|
---
|
||
|
|
||
|
Changed `error` field in `ConfigError::FormatToml` to be boxed `Box<toml::de::Error>` to reduce the enum `ConfigError` size in memory.
|