diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-08-21 10:28:45 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-08-21 10:28:45 +0200 |
| commit | 69729d78eb37420a55b1c96bab322d7952759bed (patch) | |
| tree | 3dd62e61d93d302ab710ef4fd6c00050734bb9ef /ci | |
| parent | 009ca9a0be6e6a95be872ff1e20ca79223df63da (diff) | |
bump mdbook to v0.3.1
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install.sh b/ci/install.sh index fea846b..ed13cc1 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -13,7 +13,7 @@ main() { # install mdbook curl -LSfs https://japaric.github.io/trust/install.sh | \ - sh -s -- --git rust-lang-nursery/mdbook --tag v0.2.1 + sh -s -- --git rust-lang-nursery/mdbook --tag v0.3.1 pip install linkchecker --user } |
