Browse Source

Move comment in cargo manifest

To adapt to new version of cargo-sort.
merge-requests/2151/head
Kévin Commaille 1 week ago
parent
commit
bd2b3519e3
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 5
      Cargo.toml

5
Cargo.toml

@ -8,7 +8,10 @@ rust-version = "1.88"
publish = false publish = false
[package.metadata.cargo-machete] [package.metadata.cargo-machete]
ignored = ["serde_bytes"] # Used by the SecretFile API. ignored = [
# Used by the SecretFile API.
"serde_bytes",
]
[profile.release] [profile.release]
debug = true debug = true

Loading…
Cancel
Save