Skip to content

Commit

Permalink
fix: fixed so this change won't be breaking anymore by putting tonic/…
Browse files Browse the repository at this point in the history
…tls-roots into the features default field
  • Loading branch information
SvenKeimpema committed Sep 5, 2024
1 parent 60fe2bf commit 082458c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]


Expand Down

0 comments on commit 082458c

Please sign in to comment.