hyper-rustls icon indicating copy to clipboard operation
hyper-rustls copied to clipboard

wrong feature name for webpki?

Open aviramha opened this issue 1 year ago • 1 comments

In Cargo.toml: https://github.com/rustls/hyper-rustls/blob/78d214b518e9238da26958bc37c699490332283d/Cargo.toml#L40C1-L41C1 in code: https://github.com/rustls/hyper-rustls/blob/78d214b518e9238da26958bc37c699490332283d/src/config.rs#L35C1-L36C1

This must be an issue, no?

aviramha avatar May 26 '24 19:05 aviramha

Yes that seems like a typo in Cargo.toml. In practice it doesn't have any effect (because every optional dependency implies a feature of the same name).

ctz avatar May 26 '24 19:05 ctz