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 <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
6be42d6a35
commit
6b22d4e1fa
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue