Explorar o código

publish: fix typo

Jonathan Kelley %!s(int64=3) %!d(string=hai) anos
pai
achega
4a5041c
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      packages/core/Cargo.toml

+ 1 - 2
packages/core/Cargo.toml

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