From 5aa9b29d8cdf870ee6f3ad01a874604ff9f93e45 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 15 Jan 2024 19:07:18 +0200 Subject: feat(tvix/build): add gRPC client Change-Id: I0d917a9a308227b13d096def22945db917830d18 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10629 Reviewed-by: raitobezarius Autosubmit: flokli Tested-by: BuildkiteCI --- tvix/Cargo.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/Cargo.nix') diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index a67738397f66..71f456290d1d 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -10240,6 +10240,7 @@ rec { { name = "tonic"; packageId = "tonic 0.10.2"; + features = [ "tls" "tls-roots" ]; } { name = "tonic-reflection"; -- cgit 1.4.1