Use patched version of the native-tls

This commit is contained in:
2022-09-24 07:32:12 +08:00
parent 47e2b1741c
commit ecc713e301
2 changed files with 4 additions and 13 deletions

View File

@@ -58,6 +58,9 @@ exif = ["bindgen", "c_fixed_string", "cmake", "link-cplusplus", "utf16string"]
server = ["async-trait", "base64", "db", "hyper", "multipart", "openssl"]
ugoira = ["avdict", "bindgen", "cmake", "link-cplusplus"]
[patch.crates-io]
native-tls = { git = "https://github.com/lifegpc/rust-native-tls" }
[profile.release-with-debug]
inherits = "release"
debug = true