Skip to content

Commit c657855

Browse files
authored
Merge pull request #205 from rust-secure-code/release-v0.6.7
Release v0.6.7
2 parents 5f5576e + acdaa30 commit c657855

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-auditable/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.7] - 2025-05-04
9+
10+
### Changed
11+
12+
- Made the `rustc` argument parser more lenient. This allows proc macros such as the `embed-licensing` crate that call arbitrary `rustc` commands to work with `cargo-auditable`.
13+
- Added a heuristic to detect projects that use a "bare" linker. Normally `rustc` uses a C compiler as a linker, but it is possible to (mis)configure it to call a linker directly on some platforms. `cargo auditable` now tries to detect that and adjust its linker arguments accordingly on Unix-like systems. We do not recommend using this configuration, since it is likely to break things other than `cargo auditable`.
14+
815
## [0.6.6] - 2024-11-24
916

1017
### Changed

cargo-auditable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-auditable"
3-
version = "0.6.6"
3+
version = "0.6.7"
44
edition = "2021"
55
authors = ["Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)