ci: pin toml to 0.7.3 (#7011)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Amr Bashir
2023-05-20 13:52:21 +03:00
committed by GitHub
parent 1253bbf7ae
commit b9eac96cdc

View File

@@ -85,9 +85,13 @@ 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_edit --precise 0.19.8
cargo update -p toml_datetime --precise 0.6.1
cargo update -p serde_spanned --precise 0.6.1
cargo update -p winnow --precise 0.4.1
cargo update -p time --precise 0.3.15
cargo update -p ignore --precise 0.4.18
cargo update -p winnow --precise 0.4.1
cargo update -p raw-window-handle --precise 0.5.0
- name: test