Skip to content

Commit

Permalink
fix(ci): adjust downgrade crates version step on test-core workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Jun 30, 2023
1 parent dad4f54 commit 539247a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Downgrade crates with MSRV conflict
# The --precise flag can only be used once per invocation.
run: |
cargo update -p toml:0.7.4 --precise 0.7.3
cargo update -p toml:0.7.5 --precise 0.7.3
cargo update -p toml_edit --precise 0.19.8
cargo update -p toml_datetime --precise 0.6.1
cargo update -p serde_spanned --precise 0.6.1
Expand Down

0 comments on commit 539247a

Please sign in to comment.