1
0
Эх сурвалжийг харах

Add versioning for package

Jonathan Kelley 4 жил өмнө
parent
commit
33a805da40

+ 1 - 1
packages/core/Cargo.toml

@@ -11,7 +11,7 @@ description = "Core functionality for Dioxus - a concurrent renderer-agnostic Vi
 
 [dependencies]
 generational-arena = "0.2.8"
-dioxus-html-macro = { path = "../html-macro" }
+dioxus-html-macro = { path = "../html-macro", version = "0.1.0" }
 once_cell = "1.5.2"