diff --git a/Cargo.lock b/Cargo.lock index 306d766..c1534be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agate" -version = "3.3.20" +version = "3.3.21" dependencies = [ "configparser", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index b512deb..7cf1edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.20" +version = "3.3.21" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]