From bce36619ff9f0fdb5d0477be318488402ba23912 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Tue, 30 Jan 2024 12:19:07 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 3bb6a5c..5f39d21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2145,7 +2145,7 @@ dependencies = [ [[package]] name = "legba" -version = "0.7.1" +version = "0.8.0" dependencies = [ "ahash", "ansi_term",