aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-30 09:07:35 +0100
committerMartin Fischer <martin@push-f.com>2021-11-30 11:26:32 +0100
commit83e71f4d7302fa3432fc86c80f7d131dec8284a6 (patch)
tree34a9bbf010ef532717945bb54c5df3670f81c74a
parent9ee1908be887fd7967ee0de65fbf1a57f8e26183 (diff)
bump version to 0.3.0v0.3.0html5ever-fork
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d6fe34d..cba1312 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "html5tokenizer"
-version = "0.2.0"
+version = "0.3.0"
authors = [ "The html5ever Project Developers", "Martin Fischer" ]
license = "MIT / Apache-2.0"
repository = "https://git.push-f.com/html5tokenizer"
-description = "The HTML5 tokenizer from html5ever repackaged with its dependencies removed"
+description = "A fork of the HTML5 tokenizer from html5ever with less dependencies and more features"
categories = [ "parser-implementations", "web-programming" ]
keywords = ["html", "html5", "tokenizer", "parser"]
edition = "2018"