Skip to content

Commit

Permalink
Bump all compatible deps (rust-lang#325)
Browse files Browse the repository at this point in the history
* Bump compatible deps

* Do not save debug info
  • Loading branch information
tesuji authored and XAMPPRocky committed Apr 4, 2020
1 parent f242990 commit b84288f
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 476 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ before_cache:

before_script:
- export CARGO_TARGET_DIR=$(pwd)/target
# It's kinda useless to save debug info on CI.
- export RUSTFLAGS='-C debuginfo=0'
# NOTE: To increase caching efficiency, keep the same mdbook version
# in blacksmith/Cargo.lock too
- cargo install -v --debug --locked mdbook --vers '=0.3.6'
Expand Down
Loading

0 comments on commit b84288f

Please sign in to comment.