Skip to content

Commit ff75da2

Browse files
authored
Merge pull request rust-lang#327 from RalfJung/backtrace
update backtrace to newly released version
2 parents 0002b5a + 41be917 commit ff75da2

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ script:
1616
xargo/build.sh
1717
- |
1818
# Test plain miri
19-
cargo build --release --features "cargo_miri" &&
19+
cargo build --locked --release --features "cargo_miri" &&
2020
cargo test --release --all &&
2121
cargo install --features "cargo_miri"
2222
- |
@@ -31,7 +31,7 @@ script:
3131
- |
3232
# test that the rustc_tests binary compiles
3333
cd rustc_tests &&
34-
cargo build --release &&
34+
cargo build --locked --release &&
3535
cd ..
3636
notifications:
3737
email:

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustc_tests/Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustc_mir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ log = "0.3.6"
1616
log_settings = "0.1.1"
1717
lazy_static = "0.2.8"
1818
regex = "0.2.2"
19-
backtrace = { version = "0.3", git = "https://github.com/alexcrichton/backtrace-rs" }
19+
backtrace = "0.3.3"

0 commit comments

Comments
 (0)