Support ENABLE_TLS_NATIVE_ROOTS to use system TLS CAs (#3660)
This commit is contained in:
committed by
GitHub
parent
94c95563ab
commit
8184226319
@@ -11,5 +11,9 @@ crate-type = ["staticlib"]
|
||||
taskchampion = "0.9.0"
|
||||
cxx = "1.0.124"
|
||||
|
||||
[features]
|
||||
# use native CA roots, instead of bundled
|
||||
tls-native-roots = ["taskchampion/tls-native-roots"]
|
||||
|
||||
[build-dependencies]
|
||||
cxx-build = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user