Update to leptos_axum 0.6

This commit is contained in:
2024-03-31 01:21:13 -04:00
parent c4c88a2905
commit 1454c85d3b
2 changed files with 125 additions and 490 deletions

View File

@ -16,7 +16,7 @@ http = "0.2"
leptos = { version = "0.6", features = ["nightly"] }
leptos_meta = { version = "0.6", features = ["nightly"] }
leptos_actix = { version = "0.6", optional = true }
leptos_axum = { version = "0.5", optional = true }
leptos_axum = { version = "0.6", optional = true }
leptos_router = { version = "0.6", features = ["nightly"] }
wasm-bindgen = "=0.2.89"
leptos_icons = { version = "0.3.0" }