Skip to content

Releases: rust-embedded/cargo-binutils

v0.4.0

15 Sep 10:56
966d644
Compare
Choose a tag to compare

Added

  • cargo as is now available (#137)

Fixed

  • Fixed metadata error when using --manifest-path outside of a project folder.
  • Fixed incorrect parsing of -Z flags causing them to not be considered (#128)
  • Improve help messages (#126, #131)

Changed

  • The llvm-tools-preview component was renamed to llvm-tools
  • MSRV Changed to 1.70.0
  • Bump rust-cfg to 0.5, cargo_metadata to 0.18, clap to 4 and toml to 0.8
  • Output better error messages on build failures (#154)

v0.3.6

20 Jun 16:11
v0.3.6
83cc6c1
Compare
Choose a tag to compare

Added

  • Action to build binaries and release for every version tag and latest commit

Changed

  • Bump cargo_metadata to 0.14 and rustc_version to 0.4

Prereleased 2025-09-28

12 May 13:32
2712633
Compare
Choose a tag to compare
Pre-release

Changed

  • Bump toml to 0.9
  • MSRV Changed to 1.78.0

Fixed

  • Redirected cargo build output to stderr instead of stdout. This prevents cargo/rustc messages and warnings from appearing in the stdout of cargo-binutils tools, making it easier to pipe or redirect tool output cleanly.