Skip to content

Commit aa8e761

Browse files
committed
Auto merge of rust-lang#100624 - GuillaumeGomez:update-minifier-version, r=nnethercote
Update minifier version to 0.2.2 Following [this PR](GuillaumeGomez/minifier-rs#98), the CSS minification should be much faster now (thanks to `@nnethercote).` r? `@nnethercote`
2 parents f2858b5 + fb62f28 commit aa8e761

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
@@ -2415,9 +2415,9 @@ dependencies = [
24152415

24162416
[[package]]
24172417
name = "minifier"
2418-
version = "0.2.1"
2418+
version = "0.2.2"
24192419
source = "registry+https://github.com/rust-lang/crates.io-index"
2420-
checksum = "ac96d1e7a65f206443f95afff6de8f1690c77c97d6fc9c9bb2d2cd0662e9ff9f"
2420+
checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
24212421

24222422
[[package]]
24232423
name = "minimal-lexical"

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.2", default-features = false }
14-
minifier = "0.2.1"
14+
minifier = "0.2.2"
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717
smallvec = "1.8.1"

0 commit comments

Comments
 (0)