Browse Source

fix: version number

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
6a3c61fae8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "dioxus"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Jonathan Kelley"]
 edition = "2018"
 description = "Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
@@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-dioxus-core = { path = "./packages/core", version ="^0.1.3"}
+dioxus-core = { path = "./packages/core", version = "^0.1.3" }
 dioxus-router = { path = "./packages/router", optional = true }
 dioxus-core-macro = { path = "./packages/core-macro", optional = true }
 dioxus-html = { path = "./packages/html", optional = true }