Rollup merge of #132858 - GuillaumeGomez:update-minifier, r=aDotInTheVoid
Update minifer version to `0.3.2` This version fixes a few lints but the main change is that it makes `clap` dependency optional since it's only used for the binary. r? `@notriddle`
This commit is contained in:
commit
ba09426968
2 changed files with 3 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ rinja = { version = "0.3", default-features = false, features = ["config"] }
|
|||
base64 = "0.21.7"
|
||||
itertools = "0.12"
|
||||
indexmap = "2"
|
||||
minifier = "0.3.1"
|
||||
minifier = { version = "0.3.2", default-features = false }
|
||||
pulldown-cmark-old = { version = "0.9.6", package = "pulldown-cmark", default-features = false }
|
||||
regex = "1"
|
||||
rustdoc-json-types = { path = "../rustdoc-json-types" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue