From f74882b3fdfc72d3936208881ac4bf434efc7432 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Thu, 26 Jun 2025 15:06:23 -0700 Subject: [PATCH] Version 3.3.17 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4116a4..9ce456f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "agate" -version = "3.3.16" +version = "3.3.17" dependencies = [ "configparser", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 6559371..c0884f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.16" +version = "3.3.17" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]