Skip to content

v0.2.13

Compare
Choose a tag to compare
@pitdicker pitdicker released this 05 Sep 12:13
· 1501 commits to main since this release

This version is finally beta-compatible.

This introduces a slight incompatibility, namely, due to the rewired reexport for chrono::Duration (which now comes from crates.io time crate).

Added

  • The optional dependency on rustc_serialize and
    relevant Rustc{En,De}codable implementations for supported types has been added.
    This is enabled by the rustc-serialize Cargo feature. (#34)

Changed

  • chrono::Duration reexport is changed to that of crates.io time crate.
    This enables Rust 1.0 beta compatibility.