🔖 [pagetop] libera versión de desarrollo 0.0.36
This commit is contained in:
parent
2134d4955b
commit
a007225fae
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pagetop"
|
name = "pagetop"
|
||||||
version = "0.0.35"
|
version = "0.0.36"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
authors = [
|
authors = [
|
||||||
|
|
@ -22,17 +22,17 @@ categories = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.63"
|
async-trait = "0.1.64"
|
||||||
concat-string = "1.0.1"
|
concat-string = "1.0.1"
|
||||||
doc-comment = "0.3.3"
|
doc-comment = "0.3.3"
|
||||||
figlet-rs = "0.1.4"
|
figlet-rs = "0.1.4"
|
||||||
futures = "0.3.25"
|
futures = "0.3.26"
|
||||||
nom = "7.1.3"
|
nom = "7.1.3"
|
||||||
once_cell = "1.17.0"
|
once_cell = "1.17.0"
|
||||||
paste = "1.0.11"
|
paste = "1.0.11"
|
||||||
substring = "1.4.5"
|
substring = "1.4.5"
|
||||||
term_size = "0.3.2"
|
term_size = "0.3.2"
|
||||||
toml = "0.7.0"
|
toml = "0.7.1"
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
|
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue