From b9eac96cdcee6ddc6ba8cd71cd759ffb563f753c Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Sat, 20 May 2023 13:52:21 +0300 Subject: [PATCH] ci: pin toml to 0.7.3 (#7011) Co-authored-by: Lucas Nogueira --- .github/workflows/test-core.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index ca3e4968c..52152dc9a 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -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