From 700d1c12ed2c9eca2afcafbd0a06fec5adee085c Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 8 Sep 2024 00:37:34 +0200 Subject: [PATCH] feat: with native roots Signed-off-by: kjuulh --- crates/flux-releaser/src/app/infra/grpc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/flux-releaser/src/app/infra/grpc.rs b/crates/flux-releaser/src/app/infra/grpc.rs index a507b59..8a50272 100644 --- a/crates/flux-releaser/src/app/infra/grpc.rs +++ b/crates/flux-releaser/src/app/infra/grpc.rs @@ -20,7 +20,7 @@ pub async fn new_client(registry: impl Into) -> anyhow::Result