aws / aws-lc-rs

aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. The library strives to be API-compatible with the popular Rust library named ring.
Other
247 stars 40 forks source link

MSRV not respected on aarch64-apple-darwin #334

Closed justinwsmith closed 5 months ago

justinwsmith commented 5 months ago

Problem:

MSRV is not respected on all platforms. The actual MSRV for aarch64-apple-darwin is 1.70.0.

The CI should check more platforms for MSRV, and should include the "bindgen" (and possibly other) features.

Relevant details

Build log: