From ebfdbb7f20a6e5734d5d9c6e1d8b6af43533cd9b Mon Sep 17 00:00:00 2001 From: valued mammal Date: Thu, 7 Nov 2024 11:29:55 -0500 Subject: [PATCH] ci: pin `indexmap` to 2.5.0 for MSRV --- .github/workflows/cont_integration.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index d7e4a92..33ad2f2 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -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 diff --git a/README.md b/README.md index d1f7397..76eb738 100644 --- a/README.md +++ b/README.md @@ -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" ``` \ No newline at end of file