mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
It starts to compile!
This commit is contained in:
parent
c9627bfeb4
commit
2a5c855595
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ default-tls = ["server_fn/default-tls"]
|
|||
hydrate = ["leptos_reactive/hydrate", "leptos_macro/hydrate"]
|
||||
rustls = ["server_fn/rustls"]
|
||||
ssr = ["leptos_reactive/ssr", "server_fn/ssr", "leptos_macro/ssr"]
|
||||
nightly = ["leptos_reactive/nightly", "server_fn/nightly"]
|
||||
nightly = ["leptos_reactive/nightly"]
|
||||
|
||||
[package.metadata.cargo-all-features]
|
||||
denylist = ["nightly"]
|
||||
|
|
Loading…
Reference in a new issue