mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
* refactor: use empty vector for features instead of None * refactor: reorder * add change file * comment: highlight places where serialization is used * refactor: simplify serialization * Update .changes/empty-vec-instead-of-none.md * Update crates/tauri-cli/src/mobile/ios/mod.rs --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
182 B
182 B
@tauri-apps/cli, tauri-cli
| @tauri-apps/cli | tauri-cli |
|---|---|
| patch:enhance | patch:enhance |
Simplified internal representation of features: Option<Vec<String>> with Vec<String>, no user facing changes