diff --git a/.cargo/config.toml b/.cargo/config.toml index 8c79609..18d4837 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ -[build] -rustflags = ["--cfg", "reqwest_unstable"] +# No special build flags needed. +# wreq handles TLS via BoringSSL internally.