leptos/integrations
OvermindDL1 72d6af9c84
fix: use once_cell crate until OnceLock stabilized (closes #890)
* Fixes #890 that was using OnceLock, which is nightly only, by adding the once_cell crate as a dependency.

* Make `cargo fmt` happy
2023-04-18 16:31:04 -04:00
..
actix fix: dispose of scope when server fns return error (closes #862) (#888) 2023-04-17 22:08:47 -04:00
axum fix: use once_cell crate until OnceLock stabilized (closes #890) 2023-04-18 16:31:04 -04:00
utils change: insert <head> metadata tags at the beginning of the head, not the end (#731) 2023-03-31 14:51:27 -04:00
viz fix: dispose of scope when server fns return error (closes #862) (#888) 2023-04-17 22:08:47 -04:00