From 54e54f61c04238dbb1bd80a1635bf92619877343 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Sat, 6 Sep 2025 16:07:08 -0400 Subject: [PATCH] Server was unable to see components. Apparently this was needed for the build. --- bard/Cargo.toml | 2 +- bard/src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bard/Cargo.toml b/bard/Cargo.toml index 315c48b..1a17f8d 100644 --- a/bard/Cargo.toml +++ b/bard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bard" -version = "0.0.3" +version = "0.0.4" edition = "2024" description = "Dioxus components that will display a Tavern blogging system Blog." repository = "/CyberMages/tavern" diff --git a/bard/src/lib.rs b/bard/src/lib.rs index 0248f84..200a61e 100644 --- a/bard/src/lib.rs +++ b/bard/src/lib.rs @@ -2,7 +2,6 @@ mod info; -#[cfg(not(feature = "server"))] mod components; mod server;