diff --git a/Cargo.lock b/Cargo.lock index b1a9a53..583fb9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "agate" -version = "2.1.0" +version = "2.1.1" dependencies = [ "async-std", "async-tls", diff --git a/Cargo.toml b/Cargo.toml index 0ec5f6f..f4387e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "2.1.0" +version = "2.1.1" authors = ["Matt Brubeck "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]