Hi, feel free to ignore or reject it if the changes are not suitable.
At work, in few environments, we are stuck with rust 1.70.0 only. This MR make this crate support rust-1.70.0. Perhaps a version can be released which is msrv 1.70.0.
Additionally, I took the liberty to make following changes (i can revert them if you like).
logging is via tracing and tracing_subsciber and removed log.rs.
clap version if pinned to support 1.70.0, in next version, the msrv can be bumped and clap can be updated to the lastest.
I believe these changes will allow this crate to be usable on a few embedded systems such as vxworks.
Hi, feel free to ignore or reject it if the changes are not suitable.
At work, in few environments, we are stuck with rust 1.70.0 only. This MR make this crate support rust-1.70.0. Perhaps a version can be released which is msrv 1.70.0.
Additionally, I took the liberty to make following changes (i can revert them if you like).
tracing
andtracing_subsciber
and removedlog.rs
.I believe these changes will allow this crate to be usable on a few embedded systems such as vxworks.