Geal / rust-syslog

Send syslog messages from Rust
MIT License
109 stars 55 forks source link

Specify minimal dependency versions #55

Closed glts closed 2 years ago

glts commented 3 years ago

The proposed change updates the dependency versions such that the crate may be compiled using the minimal version of all dependencies.

I used the command cargo +nightly update -Z minimal-versions to downgrade all dependencies to the minimal version and then ran cargo test to verify.

I don’t know if you’re interested in this change, but it helps downstream consumers of syslog to make minimal version guarantees.

Geal commented 2 years ago

thanks, this was fixed in 020ccf1

I did not know about that cargo command, I'll make good use of it in the future :)