mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-18 22:58:30 +00:00
Merge pull request #314 from naturalethic/remove-max-log-level-features
This commit is contained in:
commit
fa91ad6315
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ fxhash = "0.2"
|
||||||
longest-increasing-subsequence = "0.1.0"
|
longest-increasing-subsequence = "0.1.0"
|
||||||
|
|
||||||
# internall used
|
# internall used
|
||||||
log = { version = "0.4", features = ["release_max_level_off"] }
|
log = { version = "0.4" }
|
||||||
|
|
||||||
futures-util = { version = "0.3", default-features = false }
|
futures-util = { version = "0.3", default-features = false }
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ keywords = ["dom", "ui", "gui", "react", "wasm"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dioxus-core = { path = "../../packages/core", version = "^0.2.0" }
|
dioxus-core = { path = "../../packages/core", version = "^0.2.0" }
|
||||||
futures-channel = "0.3.21"
|
futures-channel = "0.3.21"
|
||||||
log = { version = "0.4", features = ["release_max_level_off"] }
|
log = { version = "0.4" }
|
||||||
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -18,7 +18,7 @@ dioxus-interpreter-js = { path = "../interpreter", version = "^0.2.0", features
|
||||||
js-sys = "0.3.56"
|
js-sys = "0.3.56"
|
||||||
wasm-bindgen = { version = "0.2.79", features = ["enable-interning"] }
|
wasm-bindgen = { version = "0.2.79", features = ["enable-interning"] }
|
||||||
wasm-bindgen-futures = "0.4.29"
|
wasm-bindgen-futures = "0.4.29"
|
||||||
log = { version = "0.4.14", features = ["release_max_level_off"] }
|
log = { version = "0.4.14" }
|
||||||
fxhash = "0.2.1"
|
fxhash = "0.2.1"
|
||||||
console_error_panic_hook = { version = "0.1.7", optional = true }
|
console_error_panic_hook = { version = "0.1.7", optional = true }
|
||||||
once_cell = "1.9.0"
|
once_cell = "1.9.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue