Skip to content

0.10.0

Compare
Choose a tag to compare
@bradfier bradfier released this 12 Jan 18:02
· 21 commits to master since this release
v0.10.0
fd2cced
  • Replace chrono with time-rs

    chrono was only used to store and format DateTime into the slightly odd format required by RFC 7231, so to avoid the numerous RUSTSEC advisories generated by the localtime_r issue, we can just drop it entirely and switch to time-rs.
    Unfortunately this means we need to bump our minimum tested compiler version to 1.51, and as such this change requires a full minor release.