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;