-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove providers from default features #302
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #302 +/- ##
=======================================
Coverage 97.23% 97.23%
=======================================
Files 20 20
Lines 4225 4225
=======================================
Hits 4108 4108
Misses 117 117 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a semver-incompatible change, is that intentional? If so, suggest proactively bumping the version number.
6a18c95
to
c1c2a7b
Compare
This uncovers that ci was broken for ring-alone, as aws-lc-rs was still built for `rcgen`, but nothing was asking for prebuilt-nasm. Fix that by setting the environment variable.
c1c2a7b
to
c9be7e0
Compare
Yep, definitely intentional. I also plan to do a breaking PR for rustls/pki-types#27 -- downstream I am needing to take a dependency on this crate just to reuse consts from |
fixes #264