Skip to content

Commit

Permalink
ci: fix msrv check (#9681)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored May 6, 2024
1 parent 5ee5ed4 commit 2a9a280
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 @@ -74,7 +74,7 @@ jobs:
cargo update -p colored --precise 2.0.2
cargo update -p arboard --precise 3.2.1
cargo update -p tempfile --precise 3.6.0
cargo update -p serde_with:3.7.0 --precise 3.0.0
cargo update -p serde_with:3.8.1 --precise 3.0.0
cargo update -p tokio --precise 1.29.0
cargo update -p flate2 --precise 1.0.26
cargo update -p h2 --precise 0.3.20
Expand Down

0 comments on commit 2a9a280

Please sign in to comment.