quinn-rs / quinn

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

Replace structopt with its successor, clap 3 #1287

Closed Ralith closed 2 years ago

Ralith commented 2 years ago

Only affects examples/tools.

Ralith commented 2 years ago

Looks like this is blocked on updating MSRV to 1.54.

djc commented 2 years ago

See https://github.com/clap-rs/clap/issues/3267.

Ralith commented 2 years ago

This should be mergeable now that we've bumped MSRV.