Libera la versión de desarrollo 0.0.8
This commit is contained in:
parent
ba4cc982be
commit
993d6fc0eb
4 changed files with 9 additions and 9 deletions
|
|
@ -14,5 +14,5 @@ repository = "https://gitlab.com/manuelcillero/pagetop"
|
|||
|
||||
[dependencies]
|
||||
pagetop = { path = "../pagetop" }
|
||||
sea-orm = { version = "0.6.0" }
|
||||
sea-orm = { version = "0.7.1" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pagetop"
|
||||
version = "0.0.6"
|
||||
version = "0.0.8"
|
||||
edition = "2021"
|
||||
|
||||
authors = [
|
||||
|
|
@ -35,12 +35,12 @@ url = "2.2.2"
|
|||
config_rs = { package = "config", version = "0.11.0", features = ["toml"] }
|
||||
|
||||
tracing = "0.1.32"
|
||||
tracing-appender = "0.2.1"
|
||||
tracing-subscriber = { version = "0.3.9", features = ["json", "env-filter"] }
|
||||
tracing-appender = "0.2.2"
|
||||
tracing-subscriber = { version = "0.3.10", features = ["json", "env-filter"] }
|
||||
tracing-unwrap = { version = "0.9.2", default-features = false }
|
||||
tracing-actix-web = "0.2"
|
||||
|
||||
fluent-templates = "0.6.1"
|
||||
fluent-templates = "0.7.1"
|
||||
unic-langid = "0.9.0"
|
||||
|
||||
actix-web = "3.3.3"
|
||||
|
|
@ -53,13 +53,13 @@ sycamore = { version = "0.7.1", features = ["ssr"] }
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
version = "0.6.0"
|
||||
version = "0.7.1"
|
||||
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
||||
default-features = false
|
||||
optional = true
|
||||
|
||||
[dependencies.sea-schema]
|
||||
version = "0.6.0"
|
||||
version = "0.7.1"
|
||||
features = ["debug-print", "migration"]
|
||||
default-features = false
|
||||
optional = true
|
||||
|
|
|
|||
|
|
@ -22,6 +22,6 @@ actix-web = "3.3.3"
|
|||
# Si se usa la macro html!:
|
||||
maud = { version = "0.23.0" }
|
||||
# Si se usa base de datos:
|
||||
sea-orm = { version = "0.6.0" }
|
||||
sea-orm = { version = "0.7.1" }
|
||||
# Si se requiere serialización de estructuras de datos:
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ pagetop = { path = "../pagetop" }
|
|||
# Si se usa la macro html!:
|
||||
maud = { version = "0.23.0" }
|
||||
# Si se usa base de datos:
|
||||
sea-orm = { version = "0.6.0" }
|
||||
sea-orm = { version = "0.7.1" }
|
||||
# Si se requiere serialización de estructuras de datos:
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue