Skip to content

Commit 53decb1

Browse files
authored
Unrolled build for rust-lang#137177
Rollup merge of rust-lang#137177 - GuillaumeGomez:update-minifier, r=notriddle Update `minifier-rs` version to `0.3.5` Encountered a bug around handling of `*` which blocked me for something I'm working on. Also includes multiple fixes from ```@notriddle.``` r? ```@notriddle```
2 parents 17c1c32 + 30c7956 commit 53decb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2211,9 +2211,9 @@ dependencies = [
22112211

22122212
[[package]]
22132213
name = "minifier"
2214-
version = "0.3.4"
2214+
version = "0.3.5"
22152215
source = "registry+https://github.com/rust-lang/crates.io-index"
2216-
checksum = "1cf47565b1430f5fe6c81d3afcb4b835271348d7eb35294a4d592e38dd09ea22"
2216+
checksum = "9bfdc64e2f805f3d12965f10522000bae36e88d2cfea44112331f467d4f4bf68"
22172217

22182218
[[package]]
22192219
name = "minimal-lexical"

src/librustdoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rinja = { version = "0.3", default-features = false, features = ["config"] }
1313
base64 = "0.21.7"
1414
itertools = "0.12"
1515
indexmap = "2"
16-
minifier = { version = "0.3.4", default-features = false }
16+
minifier = { version = "0.3.5", default-features = false }
1717
pulldown-cmark-old = { version = "0.9.6", package = "pulldown-cmark", default-features = false }
1818
regex = "1"
1919
rustdoc-json-types = { path = "../rustdoc-json-types" }

0 commit comments

Comments
 (0)