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