From a417f9b6440871bbec26520f0921189ee156e9ff Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Sun, 27 Apr 2025 12:41:59 +1200 Subject: Update assembler and log libraries This update replaces all uses of the ansi library with the new inked library. This means that terminal colours will now be handled correctly under Windows. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a599805..88ba2e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" license = "MIT" [dependencies] -assembler = { git = "git://benbridle.com/assembler", tag = "v2.2.2" } -log = { git = "git://benbridle.com/log", tag = "v1.1.2" } +assembler = { git = "git://benbridle.com/assembler", tag = "v2.3.0" } +log = { git = "git://benbridle.com/log", tag = "v2.0.0" } switchboard = { git = "git://benbridle.com/switchboard", tag = "v2.1.0" } indexmap = "2.7.1" -- cgit v1.2.3-70-g09d2