diff options
author | Florian Klink <flokli@flokli.de> | 2024-02-18T08·41+0700 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2024-02-18T08·59+0000 |
commit | 6b22d4e1faec2b81173fc7029a5107cbe7db1a50 (patch) | |
tree | 55ee92b260b19c6191971a9795b61fbe441faa95 /tvix/Cargo.nix | |
parent | 6be42d6a35e08c53c12d934b489a193e88996712 (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/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 3e74c4776e4d..28ef774ac71f 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"; |