]> git.lizzy.rs Git - rust.git/commitdiff
Update minifier version
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sat, 6 Oct 2018 16:48:31 +0000 (18:48 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Thu, 11 Oct 2018 19:37:04 +0000 (21:37 +0200)
src/librustdoc/Cargo.toml

index 845bfad7807d32734be3695cd9af68e3221b66d6..8bac007b748ac20a6376f2ceb58f0e41f5d04922 100644 (file)
@@ -9,6 +9,6 @@ path = "lib.rs"
 
 [dependencies]
 pulldown-cmark = { version = "0.1.2", default-features = false }
-minifier = "0.0.19"
+minifier = "0.0.20"
 tempfile = "3"
 parking_lot = "0.6.4"