rustls / futures-rustls

Apache License 2.0
13 stars 7 forks source link

Pass rustls features from futures-rustls #10

Closed iFrostizz closed 5 months ago

iFrostizz commented 5 months ago

This crate is using a slightly outdated version of rustls, which puts aws-lc-rs behind a feature that can only be reached on the "inner" Cargo.toml and it makes the module unusable. Would it be possible to pass feature to rustls directly from futures-rustls please ?

iFrostizz commented 5 months ago

Solved by https://github.com/rustls/futures-rustls/pull/9 but I believe this issue to be still standing

jbr commented 5 months ago

I think this is closed by #9?

iFrostizz commented 5 months ago

yes, thanks a lot for your work @jbr !