erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
899 stars 194 forks source link

Attempt to fix the CI build #294

Closed rotty closed 4 years ago

rotty commented 4 years ago

There's some new tricks clippy learned, and more importantly building is broken on 1.32 due to some dev-dependencies requiring new language features. Since dev-dependencies should not affect downstream compilation, we should probably not do a full build on 1.32 anymore, but instead just ensure that the code still compiles.

rotty commented 4 years ago

Seems appveyor is experiencing intermittent failures with the monitoring uint test; I've not looked in to the issue yet.