Skip to content

Commit 0b48f7f

Browse files
committed
Add backward compatiblity for tls feature (alias for native-tls now)
1 parent 9fb0d8b commit 0b48f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ exclude = ["tests/*", "examples/*"]
1616
[features]
1717
default = ["tokio_io"]
1818
_tls = [] # meta feature for the clickhouse-rs generic TLS code
19+
tls = ["tls-native-tls"] # backward compatibility
1920
tls-native-tls = ["tokio-native-tls", "native-tls", "_tls"]
2021
tls-rustls = ["tokio-rustls", "rustls", "rustls-pemfile", "_tls"]
2122
async_std = ["async-std"]

0 commit comments

Comments
 (0)