Skip to content

Commit 4b7506c

Browse files
committed
chore: pinned minifying library version
We've had problems with this before, and I want to make sure it can't bite us before we go stable.
1 parent 68ef993 commit 4b7506c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/perseus/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ fs_extra = "1"
3535
http = "0.2"
3636
urlencoding = "2.1"
3737
chrono = "0.4"
38-
minify-html-onepass = "0.10.1"
38+
# Be very careful about changing this! Patches may be required in Perseus.
39+
minify-html-onepass = "=0.10.1"
3940

4041
# These dependencies will also be available in documentation
4142
[target.'cfg(any(client, clientdoc))'.dependencies]

0 commit comments

Comments
 (0)