This commit is contained in:
Jonathan Kelley 2021-09-24 20:55:41 -04:00
parent 740cbd1f9d
commit a5f82be433

View file

@ -1,6 +1,6 @@
[package]
name = "dioxus-core"
version = "0.1.2"
version = "0.1.3"
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
edition = "2018"
description = "Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
@ -11,7 +11,7 @@ description = "Core functionality for Dioxus - a concurrent renderer-agnostic Vi
[dependencies]
# todo: use wast for faster load/compile
dioxus-core-macro = { path = "../core-macro", version = "0.1.1" }
dioxus-core-macro = { path = "../core-macro", version = "0.1.2" }
# Bumpalo is used as a micro heap backing each component
bumpalo = { version = "3.6.0", features = ["collections", "boxed"] }