From 4ad30a8a12425bd73d59955b6ec5eebc3d704e4c Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Sat, 11 May 2024 17:44:44 +0200 Subject: [PATCH] Update color-eyre We no longer need to patch `ansi-parser`. --- Cargo.lock | 2 ++ Cargo.toml | 1 - lib/color-eyre | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93568af..0faafbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,6 +40,8 @@ dependencies = [ [[package]] name = "ansi-parser" version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fad5bd94a775101bd68c2de2bb28ca2eccd69f395ae3aec4ac4f6da3c1cd2c6a" dependencies = [ "heapless", "nom", diff --git a/Cargo.toml b/Cargo.toml index 451cd09..4bab0cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ members = [ [patch.crates-io] color-eyre = { path = "lib/color-eyre" } -ansi-parser = { path = "lib/ansi-parser" } [profile.dev.package.backtrace] opt-level = 3 diff --git a/lib/color-eyre b/lib/color-eyre index 0fa05eb..8a3d454 160000 --- a/lib/color-eyre +++ b/lib/color-eyre @@ -1 +1 @@ -Subproject commit 0fa05eba9954be223b06468c8760b97e660f9941 +Subproject commit 8a3d4544046f956e8e28c906553dc54d325368c1