mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* 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.
|