mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 06:30:20 +00:00
publish: bump html crate
This commit is contained in:
parent
ddfa2bac3f
commit
18f1fa4637
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue