Libera la versión de desarrollo 0.0.25 [pagetop]

This commit is contained in:
Manuel Cillero 2022-08-07 09:44:53 +02:00
parent a3ef00526b
commit 93beb620c7
8 changed files with 70 additions and 48 deletions

View file

@ -1,14 +1,14 @@
[package]
name = "pagetop"
version = "0.0.24"
version = "0.0.25"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
PageTop is an opinionated framework for using the most stable and popular \
Rust packages to build modular, extensible and configurable web solutions.\
PageTop is an opinionated web development framework that uses the most stable and popular Rust \
packages to build modular, extensible and configurable Server-side rendered solutions.\
"""
homepage = "https://suitepro.cillero.es/projects/pagetop"
repository = "https://gitlab.com/manuelcillero/pagetop"
@ -28,7 +28,7 @@ doc-comment = "0.3.3"
figlet-rs = "0.1.3"
futures = "0.3.21"
once_cell = "1.13.0"
paste = "1.0.7"
paste = "1.0.8"
substring = "1.4.5"
term_size = "0.3.2"
url = "2.2.2"