ntpd-rs doesn't build with --no-default-features.
E.g. for the ntpd/ subcrate, the pps feature is required to prevent a compile error; for other parts std and serde are necessary.
I'd suggest adding some cargo check steps for all feature combinations in CI.
ntpd-rs doesn't build with
--no-default-features.E.g. for the
ntpd/subcrate, theppsfeature is required to prevent a compile error; for other partsstdandserdeare necessary.I'd suggest adding some
cargo checksteps for all feature combinations in CI.