diff --git a/examples/hackernews_islands_axum/Cargo.toml b/examples/hackernews_islands_axum/Cargo.toml index fc83daf5bc..2e665836f6 100644 --- a/examples/hackernews_islands_axum/Cargo.toml +++ b/examples/hackernews_islands_axum/Cargo.toml @@ -11,17 +11,14 @@ codegen-units = 1 lto = true [dependencies] +leptos_meta = { path = "../../meta" } console_log = "1.0" console_error_panic_hook = "0.1" -leptos = { path = "../../leptos", features = [ - "nightly", - "experimental-islands", -] } +leptos = { path = "../../leptos", features = ["experimental-islands"] } leptos_axum = { path = "../../integrations/axum", optional = true, features = [ "experimental-islands", ] } -leptos_meta = { path = "../../meta", features = ["nightly"] } -leptos_router = { path = "../../router", features = ["nightly"] } +leptos_router = { path = "../../router" } log = "0.4" simple_logger = "4.0" serde = { version = "1.0", features = ["derive"] } diff --git a/examples/hackernews_islands_axum/index.html b/examples/hackernews_islands_axum/index.html index 98fed87e4b..7aa44a70d6 100644 --- a/examples/hackernews_islands_axum/index.html +++ b/examples/hackernews_islands_axum/index.html @@ -1,8 +1,8 @@ - + -
- - - - - \ No newline at end of file + + + + + +