quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

How to support rustls 0.19 #1299

Closed YeautyYE closed 2 years ago

YeautyYE commented 2 years ago

Because mongodb uses rustls 0.19 and quinn uses 0.20.2, compilation will fail

YeautyYE commented 2 years ago

I want to use insecure connection

Ralith commented 2 years ago

In what way does compilation fail?

YeautyYE commented 2 years ago

Sorry, I didn't use quic feature