quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

Upgrade rcgen to 0.9.1 #1297

Closed djc closed 2 years ago

djc commented 2 years ago

(https://github.com/rust-fuzz/arbitrary/issues/99.)

Ralith commented 2 years ago

From discussion there, it sounds like maybe we should modify CI to only build the libs proper for the MSRV test. That seems sensible.

djc commented 2 years ago

Yup, I'll fix that up tomorrow.

Ralith commented 2 years ago

Only build fuzz targets against MSRV

Should this read "don't" instead of "only"?

djc commented 2 years ago

Err, yes!

djc commented 2 years ago

Fixed.