mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
ci: Fix msrv check (#12345)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user