Disable default features in leptos crate
This commit is contained in:
parent
893c411c7f
commit
94d62ea2d5
@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
|
||||
console_error_panic_hook = { version = "0.1", optional = true }
|
||||
cfg-if = "1"
|
||||
http = { version = "1.0", default-features = false }
|
||||
leptos = { version = "0.6", features = ["nightly"] }
|
||||
leptos = { version = "0.6", default-features = false, features = ["nightly"] }
|
||||
leptos_meta = { version = "0.6", features = ["nightly"] }
|
||||
leptos_axum = { version = "0.6", optional = true }
|
||||
leptos_router = { version = "0.6", features = ["nightly"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user