fix(rust): enable static CRT linking for Linux Rust targets

This commit is contained in:
2026-05-20 15:11:07 +00:00
parent 729bdcbf54
commit 09996d74eb
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -4,6 +4,12 @@
### Fixes
- enable static CRT linking for Linux Rust targets (rust)
- adds crt-static rustflags for x86_64-unknown-linux-gnu
- adds crt-static rustflags alongside the existing aarch64 Linux cross-compilation linker configuration
## 2026-05-12 - 27.10.2
### Fixes