Skip to content

Commit d9f4736

Browse files
kornelskiorium
authored andcommitted
Bump
1 parent 1e16196 commit d9f4736

File tree

3 files changed

+258
-108
lines changed

3 files changed

+258
-108
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lol_html"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
authors = ["Ivan Nikulin <inikulin@cloudflare.com, ifaaan@gmail.com>"]
55
license = "BSD-3-Clause"
66
description = "Streaming HTML rewriter/parser with CSS selector-based API"
@@ -11,6 +11,7 @@ keywords = ["html", "css-selectors", "parser", "rewriter", "streaming"]
1111
readme = "README.md"
1212
include = ["/Cargo.toml", "/LICENSE", "/README.md", "/media", "/src"]
1313
edition = "2021"
14+
rust-version = "1.80"
1415

1516
[lib]
1617
# Disable libtest to make sure criterion can parse the command line flags.
@@ -50,7 +51,7 @@ serde_derive = "1.0.19"
5051
serde_json = "1.0.65"
5152
static_assertions = "1.1.0"
5253
rand = "0.8.5"
53-
itertools = "0.13"
54+
itertools = "0.14"
5455

5556
[lints.rust]
5657
keyword_idents = { level = "deny", priority = 1 }

0 commit comments

Comments
 (0)