tribuchet: building on eliza treefmt v2.5.0traversed 334 files emitted 265 files for processing formatted 265 files (0 changed) in 446ms M harmonia-store-gc/Cargo.toml diff --git a/harmonia-store-gc/Cargo.toml b/harmonia-store-gc/Cargo.toml index 0ca8ebc..6c3409e 100644 --- a/harmonia-store-gc/Cargo.toml +++ b/harmonia-store-gc/Cargo.toml @@ -12,11 +12,11 @@ repository.workspace = true description = "Garbage collection for the Nix store" [dependencies] -memchr = { workspace = true } foldhash = { workspace = true } harmonia-store-db = { workspace = true } harmonia-store-fs = { workspace = true } harmonia-store-path = { workspace = true } +memchr = { workspace = true } nix = { workspace = true } rayon = { workspace = true } thiserror = { workspace = true }