about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2024-06-05T16·40+0300
committerclbot <clbot@tvl.fyi>2024-06-05T17·04+0000
commit9371f97449b53db8af2eaadf059ebea13d4db157 (patch)
treef3014685d9ffd175a833c2bb9b318d5f87b590ab
parent0ea55c767a5a7dc095d8218a6771190ad754aa9e (diff)
fix(tvix): update Cargo.nix as it misses a default feature r/8215
Change-Id: I30d91a9aca9f5546ae5e1fa5c55ee389695ae085
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11752
Autosubmit: Ilan Joselevich <personal@ilanjoselevich.com>
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
-rw-r--r--tvix/Cargo.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 1addf005de..c25ff06dc0 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -13000,6 +13000,7 @@ rec {
         ];
         features = {
           "cloud" = [ "dep:bigtable_rs" "object_store/aws" "object_store/azure" "object_store/gcp" ];
+          "default" = [ "cloud" ];
           "fs" = [ "dep:libc" "dep:fuse-backend-rs" ];
           "fuse" = [ "fs" ];
           "tonic-reflection" = [ "dep:tonic-reflection" ];