Skip to content

Commit

Permalink
Enforce deterministic order in hashmaps
Browse files Browse the repository at this point in the history
This PR does three things:

1. use Rust 1.76.0
2. enable the new `iter_over_hash_type` Clippy lint on relevant crates
3. use `indexmap::IndexMap` to replace any equivalent `HashMap` being iterated upon with a deterministically ordered alternative
  • Loading branch information
IGI-111 committed Feb 9, 2024
1 parent 80be608 commit 7c8709e
Show file tree
Hide file tree
Showing 43 changed files with 432 additions and 380 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ concurrency:
env:
CARGO_TERM_COLOR: always
REGISTRY: ghcr.io
RUST_VERSION: 1.75.0
NIGHTLY_RUST_VERSION: nightly-2023-12-27
RUST_VERSION: 1.76.0
NIGHTLY_RUST_VERSION: nightly-2024-02-07

jobs:
get-fuel-core-version:
Expand Down
Loading

0 comments on commit 7c8709e

Please sign in to comment.