Skip to content

Commit

Permalink
Merge pull request #327 from RalfJung/backtrace
Browse files Browse the repository at this point in the history
update backtrace to newly released version
  • Loading branch information
RalfJung committed Sep 4, 2017
2 parents 0002b5a + 41be917 commit ff75da2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
xargo/build.sh
- |
# Test plain miri
cargo build --release --features "cargo_miri" &&
cargo build --locked --release --features "cargo_miri" &&
cargo test --release --all &&
cargo install --features "cargo_miri"
- |
Expand All @@ -31,7 +31,7 @@ script:
- |
# test that the rustc_tests binary compiles
cd rustc_tests &&
cargo build --release &&
cargo build --locked --release &&
cd ..
notifications:
email:
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions rustc_tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/librustc_mir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ log = "0.3.6"
log_settings = "0.1.1"
lazy_static = "0.2.8"
regex = "0.2.2"
backtrace = { version = "0.3", git = "https://github.com/alexcrichton/backtrace-rs" }
backtrace = "0.3.3"

0 comments on commit ff75da2

Please sign in to comment.