From 548d11cc22be9bc483c2ea6ba262e2d6b8f84a6d Mon Sep 17 00:00:00 2001 From: "Alan D. Salewski" Date: Thu, 12 Nov 2020 12:42:59 -0500 Subject: [PATCH] README.md: remove duplicate feature entry: 'runtime-tokio-native-tls' --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f9418ebb..efab2920 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,6 @@ sqlx = { version = "0.4.0", features = [ "runtime-async-std-native-tls" ] } - `runtime-async-std-rustls`: Use the `async-std` runtime and `rustls` TLS backend. -- `runtime-tokio-native-tls`: Use the `tokio` runtime and `native-tls` TLS backend. - - `runtime-tokio-rustls`: Use the `tokio` runtime and `rustls` TLS backend. - `runtime-actix-native-tls`: Use the `actix` runtime and `native-tls` TLS backend.