Skip to content

Commit f51daee

Browse files
authored
Update mdbook
- Changelog to 0.4.5: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-045) - mdbook security advisory: https://blog.rust-lang.org/2021/01/04/mdbook-security-advisory.html Some breaking changes were introduced in 0.4.0 but I skimmed RBD built by 0.4.5 and no regression detected.
1 parent 7b47865 commit f51daee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_script:
1010
set -ex
1111
rustup --version
1212
rustc -Vv
13-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin
13+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin
1414
mdbook --version
1515
rustup toolchain update nightly -c rust-docs
1616
script:

0 commit comments

Comments
 (0)