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
320
stars
49
forks
source link
aws-lc-sys build should check for minimal bindgen version #484
During the build of a project that depends on rustls, and includes aws-lc-sys:
bindgen-STDERR: error: invalid value '1.59' for '--rust-target': Got an invalid rust target. Accepted values are of the form "1.0" or "nightly".
I used to have bindgen 0.65.1 installed. After upgrading to 0.69.4, issue disappeared.