diff --git a/pagetop-admin/Cargo.toml b/pagetop-admin/Cargo.toml index 4aac6ed9..2a5d663d 100644 --- a/pagetop-admin/Cargo.toml +++ b/pagetop-admin/Cargo.toml @@ -18,4 +18,3 @@ license = "Apache-2.0 OR MIT" pagetop = { version = "0.0", path = "../pagetop" } pagetop-minimal = { version = "0.0", path = "../pagetop-minimal" } pagetop-megamenu = { version = "0.0", path = "../pagetop-megamenu" } -maud = "0.25.0" diff --git a/pagetop-aliner/Cargo.toml b/pagetop-aliner/Cargo.toml index 696cba1d..ca168834 100644 --- a/pagetop-aliner/Cargo.toml +++ b/pagetop-aliner/Cargo.toml @@ -17,7 +17,6 @@ license = "Apache-2.0 OR MIT" [dependencies] pagetop = { version = "0.0", path = "../pagetop" } static-files = "0.2.3" -maud = "0.25.0" [build-dependencies] pagetop-build = { version = "0.0", path = "../pagetop-build" } diff --git a/pagetop-bootsier/Cargo.toml b/pagetop-bootsier/Cargo.toml index 7f5ec72d..2baadb61 100644 --- a/pagetop-bootsier/Cargo.toml +++ b/pagetop-bootsier/Cargo.toml @@ -17,7 +17,6 @@ license = "Apache-2.0 OR MIT" pagetop = { version = "0.0", path = "../pagetop" } pagetop-jquery = { version = "0.0", path = "../pagetop-jquery" } static-files = "0.2.3" -maud = "0.25.0" [build-dependencies] pagetop-build = { version = "0.0", path = "../pagetop-build" } diff --git a/pagetop-bulmix/Cargo.toml b/pagetop-bulmix/Cargo.toml index e5f28be7..ac818723 100644 --- a/pagetop-bulmix/Cargo.toml +++ b/pagetop-bulmix/Cargo.toml @@ -18,7 +18,6 @@ pagetop = { version = "0.0", path = "../pagetop" } pagetop-jquery = { version = "0.0", path = "../pagetop-jquery" } pagetop-minimal = { version = "0.0", path = "../pagetop-minimal" } static-files = "0.2.3" -maud = "0.25.0" [build-dependencies] pagetop-build = { version = "0.0", path = "../pagetop-build" } diff --git a/pagetop-homedemo/Cargo.toml b/pagetop-homedemo/Cargo.toml index 258199b3..392e4a23 100644 --- a/pagetop-homedemo/Cargo.toml +++ b/pagetop-homedemo/Cargo.toml @@ -17,7 +17,6 @@ license = "Apache-2.0 OR MIT" pagetop = { version = "0.0", path = "../pagetop" } pagetop-minimal = { version = "0.0", path = "../pagetop-minimal" } static-files = "0.2.3" -maud = "0.25.0" [build-dependencies] pagetop-build = { version = "0.0", path = "../pagetop-build" } diff --git a/pagetop-megamenu/Cargo.toml b/pagetop-megamenu/Cargo.toml index 31ec6917..f5d5d475 100644 --- a/pagetop-megamenu/Cargo.toml +++ b/pagetop-megamenu/Cargo.toml @@ -17,7 +17,6 @@ license = "Apache-2.0 OR MIT" pagetop = { version = "0.0", path = "../pagetop" } pagetop-jquery = { version = "0.0", path = "../pagetop-jquery" } static-files = "0.2.3" -maud = "0.25.0" [build-dependencies] pagetop-build = { version = "0.0", path = "../pagetop-build" } diff --git a/pagetop-minimal/Cargo.toml b/pagetop-minimal/Cargo.toml index 001eebde..2e5f7f36 100644 --- a/pagetop-minimal/Cargo.toml +++ b/pagetop-minimal/Cargo.toml @@ -16,7 +16,6 @@ license = "Apache-2.0 OR MIT" [dependencies] pagetop = { version = "0.0", path = "../pagetop" } static-files = "0.2.3" -maud = "0.25.0" [build-dependencies] pagetop-build = { version = "0.0", path = "../pagetop-build" }