Closed ctz closed 2 months ago
Thanks for the PR!
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.52%. Comparing base (
c358484
) to head (f143744
). Report is 74 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description of changes:
This fixes a downstream build failure:
That is because my Cargo.lock contains 1.0.90, aws-lc-sys's Cargo.toml specifies ^1.0.83, but the build script requires a cc change first introduced in 1.0.100.
(The build failure is easy to work around, with just
cargo update -p cc --precise 1.0.100
).By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.