Skip to content

Use BTreeMap in lockfile to order entries by key

Gustav Sörnäs requested to merge swim-toml-ordering into master

With a HashMap, the ordering varies by run. With a BTreeMap it is ordered alphabetically by the key.

Closes #32 (closed)

Edited by Gustav Sörnäs

Merge request reports