Drakulix / simplelog.rs

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

"termcolor" version is too restrictive #147

Closed John-Nagle closed 4 months ago

John-Nagle commented 5 months ago

"Simplelog" insists on termcolor "1.1". This lock-in to an old version causes version clashes with "wgpu", which wants a more modern "^1.4.1". Please fix versioning.

How about just "1"?

kpreid commented 5 months ago

That was already fixed in #131, but there hasn't been a release (#141).

digama0 commented 5 months ago

ping @Drakulix , can we get a release? This is also causing build failures for me. (I suppose this comment overlaps with #141)

Drakulix commented 4 months ago

Should be fixed for 0.12.2, same future proofing will be applied to master at some point before an eventual 0.13 release.