Releases: rust-embedded/cargo-binutils
Releases · rust-embedded/cargo-binutils
v0.4.0
Added
cargo asis now available (#137)
Fixed
- Fixed metadata error when using
--manifest-pathoutside of a project folder. - Fixed incorrect parsing of
-Zflags causing them to not be considered (#128) - Improve help messages (#126, #131)
Changed
- The
llvm-tools-previewcomponent was renamed tollvm-tools - MSRV Changed to 1.70.0
- Bump
rust-cfgto 0.5,cargo_metadatato 0.18,clapto 4 andtomlto 0.8 - Output better error messages on build failures (#154)
v0.3.6
Added
- Action to build binaries and release for every version tag and latest commit
Changed
- Bump
cargo_metadatato 0.14 andrustc_versionto 0.4
Prereleased 2025-09-28
Changed
- Bump
tomlto 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.