diff options
author | Martin Fischer <martin@push-f.com> | 2023-09-03 23:24:49 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-03 23:24:49 +0200 |
commit | 5c23b451d9a168b779ae2a2d9b5024f24d18c46d (patch) | |
tree | 0bedf55d0873bc2fdd0312e9c0b230bb191a3a1c /Cargo.toml | |
parent | 33c8e707b12377a4850f54dd7b75cd3037ddad32 (diff) |
chore: bump edition to 2021
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ similar-asserts = "1.4.2" name = "html5tokenizer" authors = ["Martin Fischer <martin@push-f.com>", "Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>"] description = "An HTML5 tokenizer with code span support." -edition = "2018" +edition = "2021" readme = "README.md" keywords = ["html", "html5", "whatwg", "parser", "tokenizer"] categories = ["parser-implementations", "web-programming"] |