diff --git a/Cargo.lock b/Cargo.lock index ebba378..4366819 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "agate" -version = "3.2.0" +version = "3.2.1" dependencies = [ "anyhow", "configparser", diff --git a/Cargo.toml b/Cargo.toml index 7a83719..3387454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.2.0" +version = "3.2.1" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]