Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

ctz
Copy link
Member

@ctz ctz commented Dec 23, 2024

fixes #264

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.23%. Comparing base (dd0bcbb) to head (c9be7e0).

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.
📢 Have feedback on the report? Share it here.

Copy link
Member

@djc djc left a 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.

@ctz ctz force-pushed the jbp-no-default-provider branch from 6a18c95 to c1c2a7b Compare December 23, 2024 10:24
ctz added 3 commits December 23, 2024 10:25
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.
@ctz ctz force-pushed the jbp-no-default-provider branch from c1c2a7b to c9be7e0 Compare December 23, 2024 10:33
@ctz
Copy link
Member Author

ctz commented Dec 23, 2024

This is a semver-incompatible change, is that intentional? If so, suggest proactively bumping the version number.

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 webpki::alg_id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch default cryptography provider to aws-lc-rs
3 participants