From c5491cba5ddf90b01fc1cb5f35e30428dbe3a272 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 7 Aug 2023 13:48:56 -0300 Subject: [PATCH] downgrade --- .github/workflows/test-rust.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-rust.yml b/.github/workflows/test-rust.yml index cf0de8e1..ea5a05f3 100644 --- a/.github/workflows/test-rust.yml +++ b/.github/workflows/test-rust.yml @@ -193,6 +193,11 @@ jobs: working-directory: examples/api run: mkdir dist + - 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 ${{ matrix.package }} if: matrix.package != 'tauri-plugin-sql' uses: actions-rs/cargo@v1