mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 21:53:59 +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
|