Skip to content

Commit c1e5bd6

Browse files
committed
Note the object upgrade in the changelog
1 parent 8b68a45 commit c1e5bd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cargo-auditable/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Audit data is now injected when `--print` argument is passed to `rustc` if `--emit=link` is also present in the same invocation. This adds support for `cargo c` third-party subcommand.
1313
- When `--emit` argument is passed to `rustc`, audit data will only be injected if one of the values passed is `link`. This should avoid messing with modes that emit assembly or LLVM bitcode.
14+
- Upgraded to `object` crate from v0.30 to v0.36 in order to reduce the dependency footprint.
1415

1516
### Fixed
1617

0 commit comments

Comments
 (0)