Pin zeroize for old Rust CI#4745
Conversation
zeroize 1.9.0 uses Rust 2024 metadata, which Cargo 1.75 cannot parse. Pin it to 1.8.2 for older toolchains so the transaction sync HTTPS feature check keeps passing on the MSRV job.
|
I've assigned @tankyleo as a reviewer! |
|
This is a trivial, correct CI dependency pin that mirrors the existing No issues found. |
valentinewallace
left a comment
There was a problem hiding this comment.
LGTM if CI is happy
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4745 +/- ##
=======================================
Coverage 86.92% 86.93%
=======================================
Files 161 161
Lines 111661 111669 +8
Branches 111661 111669 +8
=======================================
+ Hits 97065 97079 +14
+ Misses 12088 12082 -6
Partials 2508 2508
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
zeroize 1.9.0 uses Rust 2024 metadata, which Cargo 1.75 cannot parse. Pin it to 1.8.2 for older toolchains so the transaction sync HTTPS feature check keeps passing on the MSRV job.