diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-19 13:54:45 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-08-19 13:56:31 +0200 |
commit | 330b802d5fb6dbdfd9b7f12de6e5d5acb31ed560 (patch) | |
tree | 46a6b1dc38309ae213682a535d290d32367b4149 /Cargo.toml | |
parent | 0d9cd9ed44b676ccd4991cea27dc620b94ebe7e7 (diff) |
chore: bump version to 0.5.0v0.5.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,15 +7,15 @@ similar-asserts = "1.4.2" [package] name = "html5tokenizer" -authors = ["Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>", "Martin Fischer <martin@push-f.com>"] +authors = ["Martin Fischer <martin@push-f.com>", "Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>"] description = "An HTML5 tokenizer with code span support." edition = "2018" readme = "README.md" keywords = ["html", "html5", "whatwg", "parser", "tokenizer"] license = "MIT" repository = "https://git.push-f.com/html5tokenizer" -version = "0.4.0" -include = ["src/**/*", "LICENSE", "README.md"] +version = "0.5.0" +include = ["src/**/*", "examples/", "LICENSE", "README.md"] [[example]] name = "tokenize" |