From 5619af173148670475c8bcb0efd781ee9fedbb7a Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 22 Dec 2020 20:40:58 -0800 Subject: [PATCH] Version 2.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26d9d31..27c8d04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "agate" -version = "1.3.2" +version = "2.0.0" dependencies = [ "async-std", "async-tls", diff --git a/Cargo.toml b/Cargo.toml index ede54f1..13ab7ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "1.3.2" +version = "2.0.0" authors = ["Matt Brubeck "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]