1
0
Jonathan Kelley 4 жил өмнө
parent
commit
4997976261

+ 2 - 2
packages/core/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "dioxus-core"
-version = "0.1.1"
+version = "0.1.2"
 authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
 edition = "2018"
 description = "Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
@@ -13,7 +13,7 @@ description = "Core functionality for Dioxus - a concurrent renderer-agnostic Vi
 # dodrio-derive = { path = "../html-macro-2", version = "0.1.0" }
 # dioxus-html-macro = { path = "../html-macro", version = "0.1.0" }
 # dioxus-html-2 = { path = "../html-macro-2", version = "0.1.0" }
-dioxus-core-macro = { path = "../core-macro", version = "0.1.0" }
+dioxus-core-macro = { path = "../core-macro", version = "0.1.1" }
 # Backs some static data
 once_cell = "1.5.2"