Version 3.3.18

This commit is contained in:
Matt Brubeck 2025-08-05 14:36:20 -07:00
parent bf5240d1ec
commit 354bfcceab
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -19,7 +19,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
[[package]]
name = "agate"
version = "3.3.17"
version = "3.3.18"
dependencies = [
"configparser",
"env_logger",

View file

@ -1,6 +1,6 @@
[package]
name = "agate"
version = "3.3.17"
version = "3.3.18"
authors = ["Matt Brubeck <mbrubeck@limpet.net>", "Johann150 <johann+agate@qwertqwefsday.eu>"]
description = "Very simple server for the Gemini hypertext protocol"
keywords = ["server", "gemini", "hypertext", "internet", "protocol"]