Closed Jake-Shadle closed 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.
log
term
0.3+
Also fixed a compiler warning about the unused macro import on log since the macros were only used in unit tests.
Coverage remained the same at 75.102% when pulling f777ba8f63131fa2fa90674d425433afe2d1c83f on Jake-Shadle:term_upgrade into 9cc5b7e87d964658d08a17a075f0801bd98ba629 on Drakulix:master.
Looks just perfect. Thanks!
Released in v0.5.1.
That might be the quickest turnaround in history, thanks!
Updated to the latest versions of
log
andterm
, this was specifically because the latest version ofterm
uses the0.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.