BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
471 stars 31 forks source link

Version 0.1.13 does not build without default features #180

Closed MOZGIII closed 6 months ago

MOZGIII commented 6 months ago

The latest version doesn't build without default features. It complains about time dependency not being found, but it is probably something else going wring there, like features not being properly shielded by the feature-flags. I am fixing it by adding self-signed feature at xwt end, although it should not be needed for what we're doing there.

BiagioFesta commented 6 months ago

I missed that during the refactoring of the tls module.

Thank you!