Skip to content

Commit 1493d3c

Browse files
committed
5
1 parent 4c9b7ad commit 1493d3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
env:
7575
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback
7676
# The --precise flag can only be used once per invocation.
77+
# at least h2 and syn don't need the precise flag here with cargo 1.84
7778
run: |
7879
cargo update -p backtrace --precise 0.3.68
7980
cargo update -p hyper --precise 0.14.28
@@ -83,6 +84,8 @@ jobs:
8384
cargo update -p tempfile --precise 3.6.0
8485
cargo update -p regex --precise 1.9.6
8586
cargo update -p tar --precise 0.4.39
87+
cargo update -p serde --precise 1.0.210
88+
cargo update -p syn:2 --precise 2.0.67
8689
8790
# cargo update -p system-deps:6.2.2 --precise 6.1.1
8891
# cargo update -p toml:0.7.8 --precise 0.7.3

0 commit comments

Comments
 (0)