diff --git a/Cargo.toml b/Cargo.toml index 7efcecd..3dc583f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "sxd_html" -version = "0.1.1" +version = "0.1.2" license = "MIT OR Apache-2.0" authors = ["diogo464 ", "kitsuyui "] description = "Add HTML parsing support to sxd_document. This enables to evaluate XPath expressions on HTML documents."