From 90cc5be06b93c12189eb0bd4a8cbbeae88476fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Wed, 18 Mar 2026 17:02:55 +0100 Subject: [PATCH] remove the prodash feature As that feature is just from an optional dependency, I think a consumer of this crate should use the progress-tree feature --- gix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gix/Cargo.toml b/gix/Cargo.toml index ccde5a2270b..ff9b276689d 100644 --- a/gix/Cargo.toml +++ b/gix/Cargo.toml @@ -353,7 +353,7 @@ serde = [ ## Re-export the progress tree root which allows to obtain progress from various functions which take `impl gix::Progress`. ## Applications which want to display progress will probably need this implementation. -progress-tree = ["prodash/progress-tree"] +progress-tree = ["dep:prodash", "prodash?/progress-tree"] ## Print debugging information about usage of object database caches, useful for tuning cache sizes. cache-efficiency-debug = ["gix-features/cache-efficiency-debug"]