From 4b1ad8be206f14f48dcc8dd3eb69b61b3c1d1679 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sun, 28 Mar 2021 22:24:12 +0200 Subject: [PATCH] remove unnecessary feature, next version --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36c2911..9351a17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "agate" -version = "3.0.0" +version = "3.0.1" dependencies = [ "anyhow", "configparser", diff --git a/Cargo.toml b/Cargo.toml index 5abc4ba..d5faf94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.0.0" +version = "3.0.1" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"] @@ -20,7 +20,7 @@ log = "0.4" mime_guess = "2.0" once_cell = "1.5" percent-encoding = "2.1" -rcgen = { version = "0.8.9", features = ["pem"] } +rcgen = { version = "0.8.9" } rustls = "0.19.0" tokio-rustls = "0.22.0" tokio = { version = "1.2", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }