use BTree{Map,Set} to ensure a stable order based on the key/entry even if filesystem enumeration order changes

this should help with reproducibility
This commit is contained in:
Skgland
2026-05-14 00:50:37 +02:00
committed by Bennet Bleßmann
parent 8dffd72db5
commit ac18aed5a7
3 changed files with 13 additions and 14 deletions

View File

@@ -33,7 +33,6 @@ function_casts_as_integer = "deny"
[build-dependencies]
indexmap = "2.3.0"
proc-macro2 = "1.0.86"
quote = "1.0.36"
strum = "0.26"