Skip to content

Commit

Permalink
Rollup merge of #126454 - cuviper:deterministic-bump, r=Kobzol
Browse files Browse the repository at this point in the history
bump-stage0: use IndexMap for determinism

When it used `HashMap`, `bump-stage0` would change `src/stage0` every
time it ran, whereas `IndexMap` will keep insertion order -- matching
the manifest file.

I included an actual bump here mainly to reset the order, but that did
update to a new rustfmt nightly too.
  • Loading branch information
matthiaskrgr authored Jul 31, 2024
2 parents e552c16 + 2e9298b commit 579eb68
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 365 deletions.
Loading

0 comments on commit 579eb68

Please sign in to comment.