mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
bump core version
This commit is contained in:
parent
6a7bf3f964
commit
4997976261
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue