Skip to content

Commit 8a9edce

Browse files
committed
Merge #110: ci: pin indexmap to 2.5.0
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
2 parents 1f4acad + ebfdbb7 commit 8a9edce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
cargo update -p url --precise "2.5.0"
6161
cargo update -p tokio --precise "1.38.1"
6262
cargo update -p tokio-util --precise "0.7.11"
63+
cargo update -p indexmap --precise "2.5.0"
6364
- name: Build
6465
run: cargo build --features ${{ matrix.features }} --no-default-features
6566
- name: Test

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ cargo update -p home --precise 0.5.5
2525
cargo update -p url --precise "2.5.0"
2626
cargo update -p tokio --precise "1.38.1"
2727
cargo update -p tokio-util --precise "0.7.11"
28+
cargo update -p indexmap --precise "2.5.0"
2829
```

0 commit comments

Comments
 (0)