Skip to content

Commit

Permalink
SFT-3538: Fix hex-conservative minimal versions.
Browse files Browse the repository at this point in the history
* .github/workflows/dependencies.yaml
(are-versions-really-minimal): Pin arrayvec version to 0.7.4.
  • Loading branch information
jeandudey committed May 9, 2024
1 parent ad0230b commit 2fd17dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ 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-versions
- run: cargo check -Z minimal-versions

0 comments on commit 2fd17dc

Please sign in to comment.