mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
publish: fix typo
This commit is contained in:
parent
7bdad1e2e6
commit
4a5041c590
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ description = "Core functionality for Dioxus - a concurrent renderer-agnostic Vi
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
||||
# Bumpalo is used as a micro heap backing each component
|
||||
bumpalo = { version = "3.6.0", features = ["collections", "boxed"] }
|
||||
|
||||
|
@ -21,7 +20,7 @@ fxhash = "0.2.1"
|
|||
longest-increasing-subsequence = "0.1.0"
|
||||
|
||||
# internall used
|
||||
log = { verison = "0.4", features = ["release_max_level_off"] }
|
||||
log = { version = "0.4.14", features = ["release_max_level_off"] }
|
||||
|
||||
futures-util = "0.3.15"
|
||||
|
||||
|
|
Loading…
Reference in a new issue