From 6b22d4e1faec2b81173fc7029a5107cbe7db1a50 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 18 Feb 2024 15:41:00 +0700 Subject: fix(tvix/cli): regenerate Cargo.nix I forgot to regenerate this. Change-Id: Ia7715d69b3b6316e612c1e3947c6ab819c7bf843 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10960 Reviewed-by: tazjin Tested-by: BuildkiteCI --- tvix/Cargo.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tvix') 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"; -- cgit 1.4.1