Explorar o código

publish: bump html crate

Jonathan Kelley %!s(int64=3) %!d(string=hai) anos
pai
achega
18f1fa4637
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      packages/html/Cargo.toml

+ 3 - 3
packages/html/Cargo.toml

@@ -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]