Skip to content

Commit

Permalink
feat: use default rustls for taos-ws-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Aug 4, 2023
1 parent da3bbf7 commit 52e9b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taos-ws-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cbindgen = "0.24.3"
pretty_env_logger = "0.4.0"

[features]
features = ["rustls"]
native-tls-vendored = ["taos-ws/native-tls-vendored"]
native-tls = ["taos-ws/native-tls"]
rustls = ["taos-ws/rustls"]

0 comments on commit 52e9b18

Please sign in to comment.