Skip to content

Commit

Permalink
fixup! SFT-3538: Fix hex-conservative minimal versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandudey committed May 9, 2024
1 parent 6efa2f2 commit 0f8b7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
# This is not needed for stable versions.
- run: cargo update -p proc-macro2 --precise 1.0.66 -Z minimal-versions
# hex-conservative uses wrong minimal versions.
- run: cargo update -p arrayvec --precise 0.7.4 -Z minimal-version
- run: cargo update -p arrayvec --precise 0.7.4 -Z minimal-versions
- run: cargo check -Z minimal-versions

0 comments on commit 0f8b7b7

Please sign in to comment.