ci: Fix msrv check (#12345)

This commit is contained in:
Fabian-Lars
2025-01-10 19:41:26 +01:00
committed by GitHub
parent e98cd594ae
commit ac83bf4770

View File

@@ -131,7 +131,7 @@ jobs:
cargo update -p pest_meta --precise 2.7.14
cargo update -p pest --precise 2.7.14
cargo update -p thiserror:1.0.69 --precise 1.0.65
cargo update -p syn:2.0.95 --precise 2.0.67
cargo update -p syn:2.0.96 --precise 2.0.67
cargo update -p derive_more --precise 0.99.17
cargo update -p native-tls --precise 0.2.11
cargo update -p ppv-lite86 --precise 0.2.17
@@ -153,6 +153,7 @@ jobs:
cargo update -p phf_shared:0.11.3 --precise 0.11.2
cargo update -p phf_macros:0.11.3 --precise 0.11.2
cargo update -p phf_generator:0.11.3 --precise 0.11.2
cargo update -p uuid --precise 1.11.0
- name: Downgrade crates with MSRV conflict (bundler)
# This is for the bundler but since cli depends on the bundler we enable it for the cli too