Skip to content

Commit

Permalink
ci: Fix msrv check (#10875)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Sep 3, 2024
1 parent bb8846e commit bc85e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
cargo update -p tokio-stream --precise 0.1.14
cargo update -p tokio-util --precise 0.7.10
cargo update -p os_pipe --precise 1.1.5
cargo update -p syn:2.0.75 --precise 2.0.67
cargo update -p syn:2.0.77 --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
Expand Down

0 comments on commit bc85e06

Please sign in to comment.