From dc1b949cb12a19b586b6f8f56e53418b253bbd33 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Wed, 2 Aug 2023 18:53:27 +0300 Subject: [PATCH] pin time crate in CI --- .github/workflows/test-core.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index d9219ff0f2b8..64d6701b24cd 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -98,6 +98,11 @@ jobs: workspaces: core -> ../target save-if: ${{ matrix.features.key == 'all' }} + - name: Downgrade crates with MSRV conflict + # The --precise flag can only be used once per invocation. + run: | + cargo update -p time --precise 0.3.23 + - name: test uses: actions-rs/cargo@v1 with: