Skip to content

Commit

Permalink
update to mdbook 0.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
phrohdoh authored and abcdefg30 committed Jan 4, 2021
1 parent 0af93f2 commit a519179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cache:
- mdbook

before_install:
- (test -x "${HOME}/.cargo/bin/mdbook" || cargo install mdbook --no-default-features --features output --vers "^0.2")
- (test -x "${HOME}/.cargo/bin/mdbook" || cargo install mdbook --no-default-features --features output --vers "^0.4")

script:
- mdbook build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ That summary is not a substitute for the [LICENSE].

## Requirements

- [`mdbook`] version 0.2.x
- [`mdbook`] version 0.4.x

**NOTE**: macOS users will need to install `mdbook` via [`cargo`] since mdbook
does not distribute macOS binaries. See [mdbook#installation] for more
Expand Down

0 comments on commit a519179

Please sign in to comment.