From b7c7a1b95f1084a09a4d9817e6a1f73ba0cff927 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 7 Aug 2023 13:56:40 -0300 Subject: [PATCH] fix downgrade --- .github/workflows/test-rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-rust.yml b/.github/workflows/test-rust.yml index ea5a05f3..075dcd38 100644 --- a/.github/workflows/test-rust.yml +++ b/.github/workflows/test-rust.yml @@ -196,7 +196,7 @@ jobs: - 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 + cargo update -p time@0.3.24 --precise 0.3.23 - name: test ${{ matrix.package }} if: matrix.package != 'tauri-plugin-sql'