From c13c1f2748598343e01128c3f734df309aa4a26d Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Sun, 27 Apr 2025 12:38:40 +1200 Subject: Replace ansi library with inked library The inked library handles colours correctly on Windows. The log library has also been updated to the newer version which uses inked internally. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 538206f..421b755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "2.2.2" edition = "2021" [dependencies] -ansi = { git = "git://benbridle.com/ansi", tag = "v1.0.0" } -log = { git = "git://benbridle.com/log", tag = "v1.1.2" } +inked = { git = "git://benbridle.com/inked", tag = "v1.0.0" } +log = { git = "git://benbridle.com/log", tag = "v2.0.0" } vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.1" } -- cgit v1.2.3-70-g09d2