0.5.4
Key Changes
- Better panic message when attempting to initialise the global logger multiple times
- Use
humantimeinstead ofchronofor formatting timestamps
Changes to minimum Rust
The minimum version of Rust required has been set at 1.18.0. We may change this in patch versions, but will always flag it in the release notes here.
You can always check the .travis.yml file to see the current minimum supported version.
New Dependencies
humantimefor formatting timestamps. This replaces the dependency onchrono