From d2771502cee0179941aec3f11d97d9bc8137fb3d Mon Sep 17 00:00:00 2001 From: valued mammal Date: Mon, 4 Nov 2024 22:20:21 -0500 Subject: [PATCH] ci: pin deps for MSRV - pin `indexmap` to 2.5.0 - pin `security-framework-sys` to 2.11.1 --- .github/workflows/cont_integration.yml | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index aeebc810..2116392d 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -49,6 +49,8 @@ jobs: cargo update -p cc --precise "1.0.105" 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" + cargo update -p security-framework-sys --precise "2.11.1" - name: Build run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }} - name: Test diff --git a/README.md b/README.md index 5af2647e..dafe923d 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ cargo update -p url --precise "2.5.0" cargo update -p cc --precise "1.0.105" 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" +cargo update -p security-framework-sys --precise "2.11.1" ``` ## License -- 2.49.0