about summary refs log tree commit diff
path: root/tvix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-02-18T08·41+0700
committerflokli <flokli@flokli.de>2024-02-18T08·59+0000
commit6b22d4e1faec2b81173fc7029a5107cbe7db1a50 (patch)
tree55ee92b260b19c6191971a9795b61fbe441faa95 /tvix
parent6be42d6a35e08c53c12d934b489a193e88996712 (diff)
fix(tvix/cli): regenerate Cargo.nix r/7550
I forgot to regenerate this.

Change-Id: Ia7715d69b3b6316e612c1e3947c6ab819c7bf843
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10960
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix')
-rw-r--r--tvix/Cargo.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 3e74c4776e..28ef774ac7 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -9731,7 +9731,7 @@ rec {
           "tracing-attributes" = [ "dep:tracing-attributes" ];
           "valuable" = [ "tracing-core/valuable" ];
         };
-        resolvedDefaultFeatures = [ "attributes" "default" "log" "std" "tracing-attributes" ];
+        resolvedDefaultFeatures = [ "attributes" "default" "log" "max_level_debug" "release_max_level_info" "std" "tracing-attributes" ];
       };
       "tracing-attributes" = rec {
         crateName = "tracing-attributes";
@@ -10379,6 +10379,7 @@ rec {
           {
             name = "tracing";
             packageId = "tracing";
+            features = [ "max_level_debug" "release_max_level_info" ];
           }
           {
             name = "tracing-subscriber";