about summary refs log tree commit diff
path: root/tvix/Cargo.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-06-06T09·58+0300
committerflokli <flokli@flokli.de>2024-06-06T10·14+0000
commit08e520b7ccdf39bed2e7ecef6bc0cbb16b01455f (patch)
treef571f777ab61b5ed17d2e885d05f35a511548d0b /tvix/Cargo.nix
parent20513e7a52fc81f05cf31c183203e1929ee13464 (diff)
fix(tvix/glue): drop tracing-indicatif from deps r/8221
We don't use this in tvix-glue currently. A previous version of cl/11747
did, and I forgot to remove it afterwards.

Change-Id: I6191ffc60450f3e79f22a3aca55246e3956ee9cc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11756
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Reviewed-by: Simon Hauser <simon.hauser@helsinki-systems.de>
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r--tvix/Cargo.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 6f0c31f2c504..694356d1eab2 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -13552,10 +13552,6 @@ rec {
             packageId = "tracing";
           }
           {
-            name = "tracing-indicatif";
-            packageId = "tracing-indicatif";
-          }
-          {
             name = "tvix-build";
             packageId = "tvix-build";
             usesDefaultFeatures = false;