From 3fda0daf47d4b73d5b2d104a60ecb011eca032ee Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Thu, 19 Dec 2024 03:04:36 +0100 Subject: [PATCH] Manual.md: document new cargo wrapper in rust helper --- Manual.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index 52cb85c52d9..3635b064ced 100644 --- a/Manual.md +++ b/Manual.md @@ -1136,8 +1136,9 @@ This aims to fix cross-builds for when the build-style is mixed: e.g. when in a - `qmake6` is like `qmake` but for Qt6. - `rust` specifies environment variables required for cross-compiling crates via cargo and -for compiling cargo -sys crates. This helper is added by default for packages that use the -`cargo` build style. +for compiling cargo -sys crates. +It also adds a `cargo` wrapper that detects and passes builds through `cargo-auditable`. +This helper is added by default for packages that use the `cargo` build style. ### Functions