str4d / rage

A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org/v1
Apache License 2.0
2.53k stars 97 forks source link

Downgrade to `ahash 0.8.6` #456

Closed str4d closed 7 months ago

str4d commented 7 months ago

ahash 0.8.7 is documented as having an MSRV of 1.60, but that release stopped enabling the stdsimd feature, as it was only used for AArch64 APIs and that usage was stabilised in 1.72. This broke compilation on Apple ARM devices.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a776ec1) 40.47% compared to head (729f851) 40.56%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #456 +/- ## ========================================== + Coverage 40.47% 40.56% +0.09% ========================================== Files 35 35 Lines 3212 3212 ========================================== + Hits 1300 1303 +3 + Misses 1912 1909 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.