Version 3.3.4

This commit is contained in:
Matt Brubeck 2024-01-16 08:19:19 -08:00
parent 076ed60952
commit 62f5164306
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "agate"
version = "3.3.3"
version = "3.3.4"
dependencies = [
"anyhow",
"configparser",

View file

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