Version 1.2.2

This commit is contained in:
Matt Brubeck 2020-09-21 15:12:11 -07:00
parent 34fc4968ae
commit 9b5ca7f130
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "agate"
version = "1.2.1"
version = "1.2.2"
dependencies = [
"async-std",
"async-tls",

View file

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