fix(ci): adjust downgrade crates version step on test-core workflow (#7309)

This commit is contained in:
Lucas Fernandes Nogueira 2023-06-30 09:04:09 -07:00 committed by GitHub
parent dad4f54eec
commit 539247aacf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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