Skip to content

Commit 9b4bc1b

Browse files
committed
tls
1 parent 12892c7 commit 9b4bc1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interfaces/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde_json = "1.0"
1818
erased-serde = "0.3.31"
1919

2020
# clickhouse
21-
clickhouse = { git = "https://github.com/SorellaLabs/clickhouse.rs", branch = "master", features = ["tls", "time"] }
21+
clickhouse = { git = "https://github.com/SorellaLabs/clickhouse.rs", branch = "master", features = ["time"] }
2222

2323
# error handling
2424
eyre = "0.6.5"
@@ -55,6 +55,7 @@ paste = "1.0.14"
5555

5656
[features]
5757
default = []
58+
tls = ["clickhouse/tls"]
5859
alloy-types = ["dep:alloy-primitives"]
5960

6061
test-utils = ["db-interfaces-macros/test-utils"]

0 commit comments

Comments
 (0)