mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
fix(ci): adjust downgrade crates version step on test-core workflow (#7309)
This commit is contained in:
parent
dad4f54eec
commit
539247aacf
2
.github/workflows/test-core.yml
vendored
2
.github/workflows/test-core.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
- name: Downgrade crates with MSRV conflict
|
||||
# The --precise flag can only be used once per invocation.
|
||||
run: |
|
||||
cargo update -p toml:0.7.4 --precise 0.7.3
|
||||
cargo update -p toml:0.7.5 --precise 0.7.3
|
||||
cargo update -p toml_edit --precise 0.19.8
|
||||
cargo update -p toml_datetime --precise 0.6.1
|
||||
cargo update -p serde_spanned --precise 0.6.1
|
||||
|
Loading…
Reference in New Issue
Block a user