From ef301b6caa9a0e21d908ce8983afa51a5316886d Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Sun, 9 Nov 2025 09:57:36 +0000 Subject: [PATCH 1/2] mention cargo-dist in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ef6908..d8825d1 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ Due to [a bug in Cargo](https://github.com/rust-lang/cargo/issues/15695) you may If you're not calling `cargo` directly and cannot change how it's invoked, you can use `cargo auditable` as a drop-in replacement for `cargo`. See [here](REPLACING_CARGO.md) for details. +### For Github releases + +[`cargo dist`](https://github.com/axodotdev/cargo-dist) has opt-in support for `cargo auditable`, [see here for details](https://axodotdev.github.io/cargo-dist/book/supplychain-security/index.html). + ## Adoption Microsoft uses `cargo auditable` internally and previously maintained the [data extraction library for Go](https://github.com/microsoft/go-rustaudit). From e59172772f1677c07b7823a7143c508c398aa7f0 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Sun, 9 Nov 2025 09:58:26 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8825d1..92e2457 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you're not calling `cargo` directly and cannot change how it's invoked, you c ### For Github releases -[`cargo dist`](https://github.com/axodotdev/cargo-dist) has opt-in support for `cargo auditable`, [see here for details](https://axodotdev.github.io/cargo-dist/book/supplychain-security/index.html). +[`cargo dist`](https://github.com/axodotdev/cargo-dist) has opt-in support for `cargo auditable`, see [here](https://axodotdev.github.io/cargo-dist/book/supplychain-security/index.html) for details. ## Adoption