From f1fca85b75b211884f1510bae6f687d35e708df5 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 18 Dec 2024 01:54:40 +0200 Subject: [PATCH] --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f0ac158..36adc8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ num_cpus = { version = "1.16.0" } rayon = { version = "1.10.0" } regex = { version = "1.11.1" } tokio = { version = "1.42.0", features = ["full"] } -unbug = { version = "0.4.0", features = ["enable"] } +unbug = { version = "0.4.0" } walkdir = { version = "2.5.0" } [build-dependencies] @@ -53,4 +53,3 @@ include = [ [features] default = [] -Debug = ["unbug/enable"]