Skip to content

julian v0.7.0 — `std` and `time` features

Choose a tag to compare

@jwodder jwodder released this 19 Dec 16:39
· 31 commits to master since this release
julian/v0.7.0
  • Increased MSRV to 1.81
  • Added std feature for toggling no_std support
  • Added time feature for enabling conversions to & from time types
  • Breaking: The impl<T: chrono::Datelike> From<T> for Date conversion enabled by the chrono feature has been changed to just impl From<chrono::NaiveDate> for Date