Skip to content

Commit 1322c84

Browse files
committed
chore: release 0.17.1 — fix aarch64 cross-compilation linker
1 parent 8c39970 commit 1322c84

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## [0.17.1] - 2026-02-27
4+
5+
## Fixed
6+
7+
- ci: set `aarch64-linux-gnu-gcc` as linker for `aarch64-unknown-linux-gnu` cross-compilation to fix x86_64/aarch64 ELF incompatibility error
8+
39
## [0.17.0] - 2026-02-27
410

511
## Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["fault-cli", "fault-ebpf-programs"]
44
default-members = ["fault-cli"]
55

66
[workspace.package]
7-
version = "0.17.0"
7+
version = "0.17.1"
88
edition = "2024"
99
rust-version = "1.85"
1010
license-file = "LICENSE"

0 commit comments

Comments
 (0)