Releases: Kobzol/cargo-pgo
Releases · Kobzol/cargo-pgo
v0.3.0
Breaking changes
- The CLI parser was changed in a breaking way. Before, to pass arbitrary arguments to
cargo,
it was required to usecargo pgo instrument -- build <cargo-args>. Now it is enough to use
cargo pgo instrument -- <cargo-args>. However, the previous version no longer works.
v0.2.10
Changes
- Update edition to 2024 and MSRV to 1.85.0
- Specify in
helpthat cargo args have to be passed after-- - Better document
cargo pgo optimizein the README - Add ability to override pgo path
Fixes
- Use rustc_version instead of version_check: its almost good but missed host field