Skip to content

Releases: rust-datetime/datetime

v0.5.1

25 May 19:45

Choose a tag to compare

Changes

  • There are now two optional features, parsing and format, that make the dependencies used for parsing and formatting dates and times optional. So if all you need to do is get the time and format it as an ISO string, you can now do so using fewer crates. These features are enabled by default.
  • Remove a code style warning.