From bd2b3519e3bbe2385b0abd28c92d99c2fbec50de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 7 Mar 2026 11:08:21 +0100 Subject: [PATCH] Move comment in cargo manifest To adapt to new version of cargo-sort. --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a48f0a8..1a558528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,10 @@ rust-version = "1.88" publish = false [package.metadata.cargo-machete] -ignored = ["serde_bytes"] # Used by the SecretFile API. +ignored = [ + # Used by the SecretFile API. + "serde_bytes", +] [profile.release] debug = true