Skip to content

Releases: Kobzol/cargo-pgo

v0.3.0

25 Jan 14:23
63115fb

Choose a tag to compare

Breaking changes

  • The CLI parser was changed in a breaking way. Before, to pass arbitrary arguments to cargo,
    it was required to use cargo 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

24 Jan 09:59
ee11452

Choose a tag to compare

Changes

  • Update edition to 2024 and MSRV to 1.85.0
  • Specify in help that cargo args have to be passed after --
  • Better document cargo pgo optimize in the README
  • Add ability to override pgo path

Fixes

  • Use rustc_version instead of version_check: its almost good but missed host field