🔖 Libera versiones desarrollo

This commit is contained in:
Manuel Cillero 2023-02-04 00:07:48 +01:00
parent 0ec0f1a961
commit 1d9934c084
7 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "drust" name = "drust"
version = "0.0.1" version = "0.0.2"
edition = "2021" edition = "2021"
authors = [ authors = [

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pagetop-admin" name = "pagetop-admin"
version = "0.0.4" version = "0.0.5"
edition = "2021" edition = "2021"
authors = [ authors = [
@ -16,5 +16,4 @@ license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
pagetop = { path = "../pagetop", version = "0.0" } pagetop = { path = "../pagetop", version = "0.0" }
pagetop-megamenu = { path = "../pagetop-megamenu", version = "0.0" } pagetop-megamenu = { path = "../pagetop-megamenu", version = "0.0" }
maud = "0.24.0" maud = "0.24.0"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pagetop-build" name = "pagetop-build"
version = "0.0.1" version = "0.0.2"
edition = "2021" edition = "2021"
authors = [ authors = [

View file

@ -14,7 +14,7 @@ repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 OR MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false } pagetop = { path = "../pagetop", version = "0.0" }
static-files = "0.2.3" static-files = "0.2.3"
[build-dependencies] [build-dependencies]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pagetop-node" name = "pagetop-node"
version = "0.0.4" version = "0.0.5"
edition = "2021" edition = "2021"
authors = [ authors = [

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pagetop-user" name = "pagetop-user"
version = "0.0.4" version = "0.0.5"
edition = "2021" edition = "2021"
authors = [ authors = [

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pagetop" name = "pagetop"
version = "0.0.33" version = "0.0.34"
edition = "2021" edition = "2021"
authors = [ authors = [