Skip to content

Commit

Permalink
fix(ci): msrv downgrade script (#11286)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Oct 9, 2024
1 parent c72cd45 commit a5435b0
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 @@ -83,7 +83,7 @@ jobs:
cargo update -p serde_spanned --precise 0.6.1
cargo update -p winnow --precise 0.4.1
cargo update -p plist --precise 1.5.1
cargo update -p serde_with:3.9.0 --precise 3.0.0
cargo update -p serde_with:3.11.0 --precise 3.0.0
cargo update -p time --precise 0.3.15
cargo update -p ignore --precise 0.4.18
cargo update -p raw-window-handle --precise 0.5.0
Expand Down

0 comments on commit a5435b0

Please sign in to comment.