From 2fbbf2d13ecb4de3d270ccfa3b61489f5fa51a91 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Sun, 27 Apr 2025 12:32:51 +1200 Subject: Replace ansi library with inked library The new inked library correctly handles coloured text on Windows, and allows colours to be disabled with the NO_COLOR environment variable. --- src/log_level.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/log_level.rs') diff --git a/src/log_level.rs b/src/log_level.rs index 9293efc..1937c07 100644 --- a/src/log_level.rs +++ b/src/log_level.rs @@ -1,4 +1,3 @@ - use std::cmp::Ordering; #[derive(Clone, Copy, Debug, PartialEq, Eq)] -- cgit v1.2.3-70-g09d2