rust-pcap / pcap

Rust language pcap library
Apache License 2.0
620 stars 142 forks source link

README is innacurate with its claims of minimal rustc version for catpure-stream #217

Closed Wojtek242 closed 2 years ago

Wojtek242 commented 2 years ago

Since we don't lock pcap to a particular tokio version it does not matter if pcap is 0.9.0 or 0.9.2. If tokio stops compiling on some older rustc version we inherit that with it.

Locking to a specific tokio version would probably be counter-productive. Instead we should just update the README to correctly reflect this dependence as that is effectively what we do now. We just don't explicitly admit that.