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