Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Backtrace has errors < 1.30 #266

Merged
merged 2 commits into from
Jun 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ rust:
- nightly
# Oldest supported version for all features.
# Use of https://github.com/rust-lang/rfcs/pull/16
# and Backtrace needs 1.25 (see https://github.com/alexcrichton/backtrace-rs/pull/137)
- 1.25.0
# rustc-demangle uses feature `rename-dependency`
- 1.31.0
# Oldest supported version as dependency, with no features, tests, or examples.
- 1.10.0

Expand Down