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