Path to this page:
Subject: CVS commit: pkgsrc/devel/cargo-bloat
From: Thomas Klausner
Date: 2023-03-13 08:31:25
Message id: 20230313073125.60691FA90@cvs.NetBSD.org
Log Message:
cargo-bloat: update to 0.11.1.
## [0.11.1] - 2022-06-04
### Added
- Mention `cargo --timings` when using `cargo bloat --time`.
### Changed
- Allow short arguments without a space.
### Fixed
- Improve `build-std` support thanks to [@jschwe](https://github.com/jschwe).
## [0.11.0] - 2021-12-30
### Added
- Initial PDB support (Windows MSVC target) thanks to \
[@nico-abram](https://github.com/nico-abram).
- Forward compiler errors when building a crate.
- Support unstable cargo options, aka `-Z`.
- `--profile` flag thanks to [@nico-abram](https://github.com/nico-abram).
### Fixed
- Run `cargo clean` after `cargo bloat --time` to prevent `RUSTC_WRAPPER` caching.
- `regex` enabling by default thanks to [@Arnavion](https://github.com/Arnavion).
## [0.10.1] - 2021-07-03
### Added
- `dylib` support and the `--lib` flag thanks to \
[@bjorn3](https://github.com/bjorn3).
- `--symbols-section` argument to select a custom ELF symbols section.
### Changed
- `regex` is enabled by default.
### Fixed
- Improve error processing.
## [0.10.0] - 2020-09-08
### Changed
- The binary parsing code has been moved to the
[binfarce](https://github.com/Shnatsel/binfarce) crate
thanks to [@Shnatsel](https://github.com/Shnatsel).
Files: