Skip to content

Commit

Permalink
Specify compatible mdbook version in setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
zmckevitt committed Dec 2, 2023
1 parent 2d418ef commit 38557a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generic-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function install_rust_build_dependencies()
# otherwise this takes >5min in CI:
MDBOOK_FLAGS="--no-default-features"
fi
cargo install mdbook $MDBOOK_FLAGS --locked
cargo install mdbook $MDBOOK_FLAGS --locked --version 0.4.35
fi
}

Expand Down

0 comments on commit 38557a6

Please sign in to comment.