Skip to content

Commit af00d1d

Browse files
committed
fix: add back empty tls feature
Signed-off-by: Jeremie Drouet <[email protected]>
1 parent 5d7ecb6 commit af00d1d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

opentelemetry-otlp/Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@ zstd-tonic = ["tonic/zstd"]
7676
# http compression
7777
gzip-http = ["flate2"]
7878
zstd-http = ["zstd"]
79-
tls-aws-lc = ["tonic/tls-aws-lc"]
80-
tls-ring = ["tonic/tls-ring"]
81-
tls-roots = ["tonic/tls-native-roots"]
82-
tls-webpki-roots = ["tonic/tls-webpki-roots"]
79+
tls = []
80+
tls-aws-lc = ["tls", "tonic/tls-aws-lc"]
81+
tls-ring = ["tls", "tonic/tls-ring"]
82+
tls-roots = ["tls", "tonic/tls-native-roots"]
83+
tls-webpki-roots = ["tls", "tonic/tls-webpki-roots"]
8384

8485
# http binary
8586
http-proto = ["prost", "opentelemetry-http", "opentelemetry-proto/gen-tonic-messages", "http", "trace", "metrics"]

0 commit comments

Comments
 (0)