Update README.md (#1479)

This commit is contained in:
Yerkebulan Tulibergenov 2021-10-20 16:40:34 -07:00 committed by GitHub
parent 9abe9b3ac5
commit 466d3f317d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ sqlx = { version = "0.5", features = [ "runtime-async-std-native-tls" ] }
#### Cargo Feature Flags
- `runtime-async-std-native-tls` (on by default): Use the `async-std` runtime and `native-tls` TLS backend.
- `runtime-async-std-native-tls`: Use the `async-std` runtime and `native-tls` TLS backend.
- `runtime-async-std-rustls`: Use the `async-std` runtime and `rustls` TLS backend.