Skip to content

Commit ac83bf4

Browse files
authored
ci: Fix msrv check (#12345)
1 parent e98cd59 commit ac83bf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/covector-version-or-publish-v1.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
cargo update -p pest_meta --precise 2.7.14
132132
cargo update -p pest --precise 2.7.14
133133
cargo update -p thiserror:1.0.69 --precise 1.0.65
134-
cargo update -p syn:2.0.95 --precise 2.0.67
134+
cargo update -p syn:2.0.96 --precise 2.0.67
135135
cargo update -p derive_more --precise 0.99.17
136136
cargo update -p native-tls --precise 0.2.11
137137
cargo update -p ppv-lite86 --precise 0.2.17
@@ -153,6 +153,7 @@ jobs:
153153
cargo update -p phf_shared:0.11.3 --precise 0.11.2
154154
cargo update -p phf_macros:0.11.3 --precise 0.11.2
155155
cargo update -p phf_generator:0.11.3 --precise 0.11.2
156+
cargo update -p uuid --precise 1.11.0
156157
157158
- name: Downgrade crates with MSRV conflict (bundler)
158159
# This is for the bundler but since cli depends on the bundler we enable it for the cli too

0 commit comments

Comments
 (0)