From 39efb1378a687c698bd0042f26a9d70117c4290f Mon Sep 17 00:00:00 2001 From: Kyle Huey Date: Wed, 5 Dec 2018 10:59:04 -0800 Subject: [PATCH] Remove now-gone with-openssl from docs metadata. --- tokio-postgres/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 84a3a9ba..ae1e43ea 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -17,7 +17,6 @@ features = [ "with-geo-0.10", "with-serde_json-1", "with-uuid-0.6", - "with-openssl", ] [badges]