diff --git a/Cargo.lock b/Cargo.lock index 7cba8b9..1d32d89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1600,7 +1600,7 @@ dependencies = [ [[package]] name = "pagetop-build" -version = "0.0.16" +version = "0.1.0" dependencies = [ "grass", "static-files", diff --git a/Cargo.toml b/Cargo.toml index a1a6bfc..dcf191d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,5 +71,5 @@ authors = ["Manuel Cillero "] [workspace.dependencies] static-files = "0.2.5" -pagetop-build = { version = "0.0", path = "helpers/pagetop-build" } +pagetop-build = { version = "0.1", path = "helpers/pagetop-build" } pagetop-macros = { version = "0.0", path = "helpers/pagetop-macros" } diff --git a/helpers/pagetop-build/Cargo.toml b/helpers/pagetop-build/Cargo.toml index c6d9d51..7bf6048 100644 --- a/helpers/pagetop-build/Cargo.toml +++ b/helpers/pagetop-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop-build" -version = "0.0.16" +version = "0.1.0" edition = "2021" description = """