rust-pcap / pcap

Rust language pcap library
Apache License 2.0
594 stars 138 forks source link

Do not run CI on beta or nightly #352

Closed Wojtek242 closed 2 months ago

Wojtek242 commented 2 months ago

I do not have time to support beta and nightly and resolve their issues. If issues make it to stable, they will still be caught before an actual package release.

Motivated by https://github.com/rust-pcap/pcap/issues/340 which exhibits weird beta DLL failures which have since been fixed in Nightly (though not clear if it will make it 1.78).

Occasionally issues can be addressed as the pipeline supports different toolchains.