Explorar el Código

publish: fix typo

Jonathan Kelley hace 3 años
padre
commit
4a5041c
Se han modificado 1 ficheros con 1 adiciones y 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"