From bb87df91166e0634973b83b2bfd5e669f4dc1022 Mon Sep 17 00:00:00 2001 From: Itay Tsabary Date: Wed, 27 Nov 2024 20:07:59 +0200 Subject: [PATCH] chore(ci): update papyrus doc commit-id:6724eb46 --- docs/papyrus/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/papyrus/CONTRIBUTING.md b/docs/papyrus/CONTRIBUTING.md index 57cce3dba0..afcc62da74 100644 --- a/docs/papyrus/CONTRIBUTING.md +++ b/docs/papyrus/CONTRIBUTING.md @@ -53,4 +53,4 @@ Your code will need to pass [CI](../.github/workflows/ci.yml) before it can be m - Pass all local tests and all integration tests. - Be formatted according to [rustfmt](https://github.com/rust-lang/rustfmt). - Be linted according to [clippy](https://github.com/rust-lang/rust-clippy) -- Not include unused dependencies (Checked by [udeps](https://github.com/est31/cargo-udeps)). +- Not include unused dependencies (Checked by [machete](https://github.com/bnjbvr/cargo-machete)).