Skip to content

Commit 52c320f

Browse files
committed
Don't use --locked for mdbook-svgbob.
This should build it with a newer version of mdbook, to support Rust\ 2024 edition.
1 parent f5787fe commit 52c320f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-mdbook.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The --locked flag is important for reproducible builds. It also
33
# avoids breakage due to skews between mdbook and mdbook-svgbob.
44
cargo install mdbook --locked --version 0.4.44
5-
cargo install mdbook-svgbob --locked --version 0.2.1
5+
cargo install mdbook-svgbob --version 0.2.1
66
cargo install mdbook-pandoc --locked --version 0.9.3
77
cargo install mdbook-i18n-helpers --locked --version 0.3.6
88
cargo install i18n-report --locked --version 0.2.0

0 commit comments

Comments
 (0)