change: migrate to nightly and csr features rather than stable and default-features = false (#1227)

This commit is contained in:
Greg Johnston
2023-06-26 21:12:14 -04:00
committed by GitHub
parent f5cfe4e8a2
commit ee7dbafc85
78 changed files with 430 additions and 483 deletions

View File

@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
l021 = { package = "leptos", version = "0.2.1" }
leptos = { path = "../leptos", default-features = false, features = ["ssr"] }
leptos = { path = "../leptos", features = ["ssr"] }
sycamore = { version = "0.8", features = ["ssr"] }
yew = { git = "https://github.com/yewstack/yew", features = ["ssr"] }
tokio-test = "0.4"