fix mdbook version to 0.4.15 since latest version is unable to send the hidden code blocks to the playground server

This commit is contained in:
Carl Fredrik Samson
2022-12-12 23:25:32 +01:00
parent 8174b675ae
commit 8db646df5f
2 changed files with 204 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ rust:
before_script:
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4" mdbook)
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "0.4.15" mdbook)
- cargo install-update -a
script: