From 9371f97449b53db8af2eaadf059ebea13d4db157 Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Wed, 5 Jun 2024 19:40:54 +0300 Subject: fix(tvix): update Cargo.nix as it misses a default feature Change-Id: I30d91a9aca9f5546ae5e1fa5c55ee389695ae085 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11752 Autosubmit: Ilan Joselevich Reviewed-by: flokli Tested-by: BuildkiteCI --- tvix/Cargo.nix | 1 + 1 file changed, 1 insertion(+) 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" ]; -- cgit 1.4.1