⬆️ Actualiza maud a la versión 0.25.0
This commit is contained in:
parent
794d48b5ea
commit
eea5d5b5f9
10 changed files with 12 additions and 12 deletions
|
|
@ -17,4 +17,4 @@ license = "Apache-2.0 OR MIT"
|
|||
[dependencies]
|
||||
pagetop = { path = "../pagetop", version = "0.0" }
|
||||
pagetop-megamenu = { path = "../pagetop-megamenu", version = "0.0" }
|
||||
maud = "0.24.0"
|
||||
maud = "0.25.0"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ license = "Apache-2.0 OR MIT"
|
|||
[dependencies]
|
||||
pagetop = { path = "../pagetop", version = "0.0" }
|
||||
static-files = "0.2.3"
|
||||
maud = "0.24.0"
|
||||
maud = "0.25.0"
|
||||
|
||||
[build-dependencies]
|
||||
pagetop-build = { path = "../pagetop-build", version = "0.0" }
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ license = "Apache-2.0 OR MIT"
|
|||
pagetop = { path = "../pagetop", version = "0.0" }
|
||||
pagetop-jquery = { path = "../pagetop-jquery", version = "0.0" }
|
||||
static-files = "0.2.3"
|
||||
maud = "0.24.0"
|
||||
maud = "0.25.0"
|
||||
|
||||
[build-dependencies]
|
||||
pagetop-build = { path = "../pagetop-build", version = "0.0" }
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ license = "Apache-2.0 OR MIT"
|
|||
pagetop = { path = "../pagetop", version = "0.0" }
|
||||
pagetop-jquery = { path = "../pagetop-jquery", version = "0.0" }
|
||||
static-files = "0.2.3"
|
||||
maud = "0.24.0"
|
||||
maud = "0.25.0"
|
||||
|
||||
[build-dependencies]
|
||||
pagetop-build = { path = "../pagetop-build", version = "0.0" }
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ license = "Apache-2.0 OR MIT"
|
|||
[dependencies]
|
||||
pagetop = { path = "../pagetop", version = "0.0" }
|
||||
static-files = "0.2.3"
|
||||
maud = "0.24.0"
|
||||
maud = "0.25.0"
|
||||
|
||||
[build-dependencies]
|
||||
pagetop-build = { path = "../pagetop-build", version = "0.0" }
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ license = "Apache-2.0 OR MIT"
|
|||
pagetop = { path = "../pagetop", version = "0.0" }
|
||||
pagetop-jquery = { path = "../pagetop-jquery", version = "0.0" }
|
||||
static-files = "0.2.3"
|
||||
maud = "0.24.0"
|
||||
maud = "0.25.0"
|
||||
|
||||
[build-dependencies]
|
||||
pagetop-build = { path = "../pagetop-build", version = "0.0" }
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ license = "Apache-2.0 OR MIT"
|
|||
|
||||
[dependencies]
|
||||
pagetop = { path = "../pagetop", version = "0.0" }
|
||||
maud = "0.24.0"
|
||||
maud = "0.25.0"
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ static-files = "0.2.3"
|
|||
|
||||
pagetop-macros = { path = "../pagetop-macros", version = "0.0" }
|
||||
|
||||
maud = { version = "0.24.0", features = ["actix-web"] }
|
||||
maud = { version = "0.25.0", features = ["actix-web"] }
|
||||
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
|
||||
[dependencies.pagetop]
|
||||
path = "../pagetop"
|
||||
# Si requiere base de datos (MySql, Postgres y/o SQLite):
|
||||
# Si requiere base de datos (MySql, Postgres y/o SQLite) añadir:
|
||||
features = ["mysql"]
|
||||
# features = ["postgres"]
|
||||
# features = ["sqlite"]
|
||||
|
|
@ -18,7 +18,7 @@ default-features = false
|
|||
[dependencies]
|
||||
actix-web = "4.2.1"
|
||||
# Para usar la macro html! (opcional):
|
||||
maud = "0.24.0"
|
||||
maud = "0.25.0"
|
||||
# Para serializar estructuras de datos (opcional):
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
|
|
|
|||
|
|
@ -8,14 +8,14 @@ edition = "2021"
|
|||
|
||||
[dependencies.pagetop]
|
||||
path = "../pagetop"
|
||||
# Si requiere base de datos:
|
||||
# Si requiere base de datos añadir:
|
||||
features = ["database"]
|
||||
# En cuyo caso habrá que deshabilitar las características predeterminadas:
|
||||
default-features = false
|
||||
|
||||
[dependencies]
|
||||
# Para usar la macro html! (opcional):
|
||||
maud = "0.24.0"
|
||||
maud = "0.25.0"
|
||||
# Para serializar estructuras de datos (opcional):
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue