🔖 [pagetop] release development version 0.0.53
This commit is contained in:
parent
1956d9be69
commit
87c944301d
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pagetop"
|
||||
version = "0.0.52"
|
||||
version = "0.0.53"
|
||||
edition = "2021"
|
||||
|
||||
description = "An opinionated web framework to build modular Server-Side Rendering web solutions."
|
||||
|
|
@ -36,11 +36,11 @@ postgres = ["database", "sea-orm/sqlx-postgres"]
|
|||
sqlite = ["database", "sea-orm/sqlx-sqlite"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.78"
|
||||
chrono = "0.4.35"
|
||||
async-trait = "0.1.79"
|
||||
chrono = "0.4.37"
|
||||
concat-string = "1.0.1"
|
||||
figlet-rs = "0.1.5"
|
||||
itoa = "1.0.10"
|
||||
itoa = "1.0.11"
|
||||
nom = "7.1.3"
|
||||
once_cell = "1.19.0"
|
||||
paste = "1.0.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue