Releases: rust-datetime/datetime
Releases · rust-datetime/datetime
v0.5.1
Changes
- There are now two optional features,
parsingandformat, 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.