make native-tls default feature

This commit is contained in:
Waffle 2021-01-21 23:45:07 +03:00
parent 56f0fc609d
commit 3c70ae5de0

View file

@ -38,7 +38,7 @@ never = "0.1.0"
vecrem = { git = "https://github.com/WaffleLapkin/vecrem", rev = "6b9b6f42342df8b75548c6ed387072ff235429b1" }
[features]
default = []
default = ["native-tls"]
rustls = ["reqwest/rustls-tls"]
native-tls = ["reqwest/native-tls"]