diff options
author | Ilan Joselevich <personal@ilanjoselevich.com> | 2024-06-05T16·40+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-06-05T17·04+0000 |
commit | 9371f97449b53db8af2eaadf059ebea13d4db157 (patch) | |
tree | f3014685d9ffd175a833c2bb9b318d5f87b590ab /tvix/Cargo.nix | |
parent | 0ea55c767a5a7dc095d8218a6771190ad754aa9e (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
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 1addf005dea9..c25ff06dc0ea 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" ]; |