diff --git a/Cargo.lock b/Cargo.lock index 6a4a1c0..d4d9419 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "agate" -version = "2.3.0" +version = "2.4.0" dependencies = [ "env_logger", "getopts", diff --git a/Cargo.toml b/Cargo.toml index 21a86f6..bd27ed5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "2.3.0" +version = "2.4.0" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]