We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9b7ad commit 1493d3cCopy full SHA for 1493d3c
.github/workflows/covector-version-or-publish-v1.yml
@@ -74,6 +74,7 @@ jobs:
74
env:
75
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback
76
# 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
78
run: |
79
cargo update -p backtrace --precise 0.3.68
80
cargo update -p hyper --precise 0.14.28
@@ -83,6 +84,8 @@ jobs:
83
84
cargo update -p tempfile --precise 3.6.0
85
cargo update -p regex --precise 1.9.6
86
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
89
90
# cargo update -p system-deps:6.2.2 --precise 6.1.1
91
# cargo update -p toml:0.7.8 --precise 0.7.3
0 commit comments