version 0.3.0

This commit is contained in:
Gered 2023-07-10 14:24:02 -04:00
parent 0d75ca6caf
commit 2aba6152bd
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1355,7 +1355,7 @@ checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
[[package]] [[package]]
name = "pbe" name = "pbe"
version = "0.2.1" version = "0.3.0"
dependencies = [ dependencies = [
"actix-files", "actix-files",
"actix-web", "actix-web",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pbe" name = "pbe"
description = "Personal Blog Engine. Gered's umpteenth take on a custom blog." description = "Personal Blog Engine. Gered's umpteenth take on a custom blog."
version = "0.2.1" version = "0.3.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]