Skip to content

Commit 299cdd3

Browse files
committed
Bump minify-html-common
1 parent 8798fa1 commit 299cdd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

minify-html-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Common code and data for minify-html*"
44
license = "MIT"
55
homepage = "https://github.com/wilsonzlin/minify-html"
66
repository = "https://github.com/wilsonzlin/minify-html.git"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
authors = ["Wilson Lin <code@wilsonl.in>"]
99
edition = "2018"
1010

minify-html-onepass/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ahash = "0.8"
1919
aho-corasick = "1.1"
2020
lightningcss = "1.0.0-alpha.68"
2121
memchr = "2"
22-
minify-html-common = { version = "0.0.2", path = "../minify-html-common" }
22+
minify-html-common = { version = "0.0.3", path = "../minify-html-common" }
2323
once_cell = "1.21"
2424
oxc_allocator = "0.95"
2525
oxc_codegen = "0.95"

minify-html/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ahash = "0.8"
1919
aho-corasick = "1.1"
2020
lightningcss = "1.0.0-alpha.68"
2121
memchr = "2"
22-
minify-html-common = { version = "0.0.2", path = "../minify-html-common" }
22+
minify-html-common = { version = "0.0.3", path = "../minify-html-common" }
2323
once_cell = "1.21"
2424
oxc_allocator = "0.95"
2525
oxc_codegen = "0.95"

0 commit comments

Comments
 (0)