Add versioning for package

This commit is contained in:
Jonathan Kelley 2021-01-19 09:01:02 -05:00
parent 2afbfea324
commit 33a805da40

View file

@ -11,7 +11,7 @@ description = "Core functionality for Dioxus - a concurrent renderer-agnostic Vi
[dependencies] [dependencies]
generational-arena = "0.2.8" 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" once_cell = "1.5.2"