Drakulix / simplelog.rs

Simple Logging Facility for Rust
https://docs.rs/simplelog/
Apache License 2.0
424 stars 71 forks source link

Build failure on nightly due to time dependency #156

Closed jgabaut closed 3 weeks ago

jgabaut commented 1 month ago

This dependency is causing build failures due to a breaking change in the compiler.

See relevant issue

From what I gathered, backporting a fix is not doable and updating is the only option.

Latest available time 0.3.36 does not seem to cause problems.