chore: bump crate version

This commit is contained in:
əlemi 2024-01-03 20:00:15 +01:00
parent 878db4c3c3
commit da2f1bf9d0
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -896,7 +896,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "guestbook"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"async-trait",
"axum",

View file

@ -1,6 +1,6 @@
[package]
name = "guestbook"
version = "0.3.1"
version = "0.3.2"
authors = ["alemi <me@alemi.dev>"]
description = "an easy to deploy and customizable guestbook for your site "
repository = "https://git.alemi.dev/guestbook.rs/"