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