zeromq / zmq.rs

A native implementation of ØMQ in Rust
https://crates.io/crates/zeromq
MIT License
1.16k stars 100 forks source link

Automatically derive a Default impl #180

Closed davidlattimore closed 1 year ago

davidlattimore commented 1 year ago

Deriving Default for enums was stabilized in 1.62.0.

davidlattimore commented 1 year ago

I'm also happy to send a PR to just suppress the warning if you'd rather not bump the MSRV.