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