pull/431/head
Lucas Nogueira 2 years ago
parent b01a59af90
commit c5491cba5d
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -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

Loading…
Cancel
Save