Skip to content

Commit 2c78220

Browse files
authored
Merge pull request #237 from rust-secure-code/release-0.7.3
Release 0.7.3
2 parents 28d2a21 + dddb11a commit 2c78220

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.7.3] - 2026-03-03
9+
10+
### Changed
11+
12+
- On Unix, use `-u` linker flag instead of `--undefined` for broader compatibility. Most notably fixes compatibility with the Zig toolchain linker, making `cargo zigbuild` work with `cargo auditable`.
13+
14+
### Fixed
15+
16+
- Fixed build failures for bare linker configurations on Apple platforms, and added test for bare linker configurations for Apple and linux-musl.
17+
818
## [0.7.2] - 2025-11-09
919

1020
### 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.7.2"
3+
version = "0.7.3"
44
edition = "2021"
55
authors = ["Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)