Drakulix / simplelog.rs

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

Dependency Upgrade #20

Closed Jake-Shadle closed 6 years ago

Jake-Shadle commented 6 years ago

Updated to the latest versions of log and term, this was specifically because the latest version of term uses the 0.3+ version of winapi on Windows.

Also fixed a compiler warning about the unused macro import on log since the macros were only used in unit tests.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 75.102% when pulling f777ba8f63131fa2fa90674d425433afe2d1c83f on Jake-Shadle:term_upgrade into 9cc5b7e87d964658d08a17a075f0801bd98ba629 on Drakulix:master.

Drakulix commented 6 years ago

Looks just perfect. Thanks!

Drakulix commented 6 years ago

Released in v0.5.1.

Jake-Shadle commented 6 years ago

That might be the quickest turnaround in history, thanks!