publish: bump html crate

This commit is contained in:
Jonathan Kelley 2021-12-29 13:30:07 -05:00
parent ddfa2bac3f
commit 18f1fa4637

View file

@ -1,6 +1,6 @@
[package]
name = "dioxus-html"
version = "0.1.0"
version = "0.1.1"
authors = ["Jonathan Kelley"]
edition = "2018"
description = "HTML Element pack for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
@ -12,9 +12,9 @@ keywords = ["dom", "ui", "gui", "react", "wasm"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus-core = { path = "../core", version = "^0.1.3" }
dioxus-core = { path = "../core", version = "^0.1.4" }
serde = { version = "1", features = ["derive"], optional = true }
serde_repr = { version = "0.1.7", optional = true }
serde_repr = { version = "0.1", optional = true }
[features]