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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2bc5b88..395def4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ version = "1.1.2" edition = "2021" [dependencies] -ansi = { git = "git://benbridle.com/ansi", tag = "v1.0.0" } +inked = { git = "git://benbridle.com/inked", tag = "v1.0.0" } -- cgit v1.2.3-70-g09d2