From 623ea38c278a5db88b0cd1efc831e7b61b8454f9 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Sun, 11 Aug 2024 01:56:27 +0900 Subject: [PATCH] Prepare release v0.1.2 - Update version in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."