mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
27838365a6
* fix(cli): parse `--profile=<profile>` syntax ref: https://github.com/tauri-apps/tauri/issues/6255#issuecomment-2192466839 * Update tooling/cli/src/interface/rust.rs * safe check next arg * add test --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
7 lines
135 B
Markdown
7 lines
135 B
Markdown
---
|
|
"tauri-cli": "patch:bug"
|
|
"@tauri-apps/cli": "patch:bug"
|
|
---
|
|
|
|
Fix parsing of cargo profile when using `--profile=<profile>` syntax.
|