briansmith / webpki

WebPKI X.509 Certificate Validation in Rust
https://briansmith.org/rustdoc/webpki/
Other
464 stars 166 forks source link

Increase Rust MSRV to 1.46. #160

Closed briansmith closed 3 years ago

briansmith commented 3 years ago

Rust 1.47 and later have bugs in rustc that prevent some projects from upgrading past 1.46 yet. So, maintain compatibility for 1.46 until those bugs are fixed.

codecov[bot] commented 3 years ago

Codecov Report

Merging #160 (83d1c1d) into master (17512d1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #160   +/-   ##
=======================================
  Coverage   73.55%   73.55%           
=======================================
  Files          12       12           
  Lines        1365     1365           
=======================================
  Hits         1004     1004           
  Misses        361      361           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 17512d1...83d1c1d. Read the comment docs.