Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 2, 2025
1 parent 8e33911 commit 080d1c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lol_html"
version = "2.1.0"
version = "2.2.0"
authors = ["Ivan Nikulin <[email protected], [email protected]>"]
license = "BSD-3-Clause"
description = "Streaming HTML rewriter/parser with CSS selector-based API"
Expand All @@ -11,6 +11,7 @@ keywords = ["html", "css-selectors", "parser", "rewriter", "streaming"]
readme = "README.md"
include = ["/Cargo.toml", "/LICENSE", "/README.md", "/media", "/src"]
edition = "2021"
rust-version = "1.80"

[lib]
# Disable libtest to make sure criterion can parse the command line flags.
Expand Down Expand Up @@ -50,7 +51,7 @@ serde_derive = "1.0.19"
serde_json = "1.0.65"
static_assertions = "1.1.0"
rand = "0.8.5"
itertools = "0.13"
itertools = "0.14"

[lints.rust]
keyword_idents = { level = "deny", priority = 1 }
Expand Down

0 comments on commit 080d1c7

Please sign in to comment.