Skip to content

Commit b3261f8

Browse files
authored
Rollup merge of #94700 - GuillaumeGomez:update-minifier, r=notriddle
rustdoc: Update minifier version This new version includes a fix for the CSS minifier which was badly handling inline media queries like ``@import` 'i';`. r? `@notriddle`
2 parents 77562f2 + a496fa4 commit b3261f8

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
@@ -2273,9 +2273,9 @@ dependencies = [
22732273

22742274
[[package]]
22752275
name = "minifier"
2276-
version = "0.0.42"
2276+
version = "0.0.43"
22772277
source = "registry+https://github.com/rust-lang/crates.io-index"
2278-
checksum = "55a1388517eda8a68875243b650c26997e055a33d82571b5a0349129faef7d99"
2278+
checksum = "d81352bda6f4d04af1720afaa762054f66e16caffd93c1f86461a1c0ac4e695e"
22792279
dependencies = [
22802280
"macro-utils",
22812281
]

src/librustdoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ arrayvec = { version = "0.7", default-features = false }
1111
askama = { version = "0.11", default-features = false, features = ["config"] }
1212
atty = "0.2"
1313
pulldown-cmark = { version = "0.9", default-features = false }
14-
minifier = "0.0.42"
14+
minifier = "0.0.43"
1515
rayon = "1.5.1"
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"

0 commit comments

Comments
 (0)