mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 07:08:32 +03:00
8 lines
233 B
Markdown
8 lines
233 B
Markdown
|
---
|
||
|
"cli.rs": patch
|
||
|
---
|
||
|
|
||
|
The CLI will not automatically run `strip` on release binaries anymore. Use the [`strip`] profile setting stabilized with Cargo 1.59.
|
||
|
|
||
|
[`strip`]: https://doc.rust-lang.org/cargo/reference/profiles.html#strip
|