Version 3.3.12

This commit is contained in:
Matt Brubeck 2025-02-18 09:47:35 -08:00
parent f9c5166a98
commit a49be136a6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -19,7 +19,7 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
[[package]]
name = "agate"
version = "3.3.11"
version = "3.3.12"
dependencies = [
"configparser",
"env_logger",

View file

@ -1,6 +1,6 @@
[package]
name = "agate"
version = "3.3.11"
version = "3.3.12"
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"]