mirror of
https://git.alemi.dev/guestbook.rs.git
synced 2024-11-12 19:39:28 +01:00
chore: bump crate version
This commit is contained in:
parent
878db4c3c3
commit
da2f1bf9d0
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -896,7 +896,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
|||
|
||||
[[package]]
|
||||
name = "guestbook"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"axum",
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue