Jonathan Kelley 3 роки тому
батько
коміт
51e2005
2 змінених файлів з 1 додано та 5 видалено
  1. 1 1
      packages/html/Cargo.toml
  2. 0 4
      packages/html/src/lib.rs

+ 1 - 1
packages/html/Cargo.toml

@@ -6,7 +6,7 @@ edition = "2018"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-dioxus-core = { path = "../core" }
+dioxus-core = { path = "../core", version = "0.1" }
 
 [dev-dependencies]
 scraper = "0.12.0"

+ 0 - 4
packages/html/src/lib.rs

@@ -11,10 +11,6 @@
 //! All elements are used as zero-sized unit structs with trait impls.
 //!
 //! Currently, we don't validate for structures, but do validate attributes.
-//!
-//!
-//!
-//!
 
 use std::fmt::Arguments;