From 082458cf143d9377a0ae54e4657d193837953c57 Mon Sep 17 00:00:00 2001 From: Sven Keimpema Date: Thu, 5 Sep 2024 10:00:22 +0200 Subject: [PATCH] fix: fixed so this change won't be breaking anymore by putting tonic/tls-roots into the features default field --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5410ef8..ec91777 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = [ ] [features] -default = [] +default = ["tonic/tls-roots"] ## Feature that enables support for the [actix framework](https://actix.rs/). actix = ["credentials", "oidc", "dep:actix-web"] @@ -53,7 +53,6 @@ api-settings-v2 = ["api-common", "zitadel-settings-v2" ] api-user-v2 = ["api-common", "zitadel-user-v2" ] api-common = ["dep:prost", "dep:prost-types", "dep:tonic", "dep:tonic-types", "dep:pbjson-types" ] -tls-roots = ["tonic/tls-roots"] tls-webpki-roots = ["tonic/tls-webpki-roots"]