erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
886 stars 189 forks source link

upgrade to 2021 edition from 2018 #397

Open smmathews opened 1 month ago

smmathews commented 1 month ago

cargo fix --edition was run, but produced no changes. then the edition values was changed from 2018 to 2021. 2024 is in development. cargo test revealed two tests of compiler errors needed to change their expected compiler error messages. These have been updated to do so. cargo fix revealed an unused Input struct in z85. it's been moved in to the commented out code which uses it. all remaining warnings are now in zeromq-src