mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
8 lines
271 B
Markdown
8 lines
271 B
Markdown
|
---
|
||
|
"tauri-utils": patch:breaking
|
||
|
"tauri-cli": patch:breaking
|
||
|
"@tauri-apps/cli": patch:breaking
|
||
|
---
|
||
|
|
||
|
Changed the capability format to allow configuring both `remote: { urls: Vec<String> }` and `local: bool (default: true)` instead of choosing one on the `context` field.
|