Releases: rust-embedded/cargo-binutils
Releases · rust-embedded/cargo-binutils
v0.4.0
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 tollvm-tools
- MSRV Changed to 1.70.0
- Bump
rust-cfg
to 0.5,cargo_metadata
to 0.18,clap
to 4 andtoml
to 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_metadata
to 0.14 andrustc_version
to 0.4
Prereleased 2025-09-28
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.