Skip to content

Commit

Permalink
Merge #110: ci: pin indexmap to 2.5.0
Browse files Browse the repository at this point in the history
ebfdbb7 ci: pin `indexmap` to 2.5.0 for MSRV (valued mammal)

Pull request description:

  Pin `indexmap` to 2.5.0 to build with MSRV

ACKs for top commit:
  oleonardolima:
    ACK ebfdbb7

Tree-SHA512: 24767546af3d3f8771a60e12f0f82bcda7072f4202790dcf785ec3d0c7e3dd97125612153454d34ce14d9bfc9e2d9a1df22d2d13031ffc00d3ae3690e7c04195
  • Loading branch information
ValuedMammal committed Nov 13, 2024
2 parents 1f4acad + ebfdbb7 commit 8a9edce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
cargo update -p url --precise "2.5.0"
cargo update -p tokio --precise "1.38.1"
cargo update -p tokio-util --precise "0.7.11"
cargo update -p indexmap --precise "2.5.0"
- name: Build
run: cargo build --features ${{ matrix.features }} --no-default-features
- name: Test
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ cargo update -p home --precise 0.5.5
cargo update -p url --precise "2.5.0"
cargo update -p tokio --precise "1.38.1"
cargo update -p tokio-util --precise "0.7.11"
cargo update -p indexmap --precise "2.5.0"
```

0 comments on commit 8a9edce

Please sign in to comment.