publish: fix typo

This commit is contained in:
Jonathan Kelley 2021-09-24 21:49:03 -04:00
parent 7bdad1e2e6
commit 4a5041c590

View file

@ -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"