Skip to content

Commit

Permalink
fix: tried using feature that I removed lol
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenKeimpema committed Sep 5, 2024
1 parent 082458c commit b22d656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = [
]

[features]
default = ["tonic/tls-roots"]
default = ["tls-roots"]

## Feature that enables support for the [actix framework](https://actix.rs/).
actix = ["credentials", "oidc", "dep:actix-web"]
Expand Down Expand Up @@ -53,6 +53,7 @@ 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 b22d656

Please sign in to comment.