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

Commit 7e16fd2

Browse files
authored
Merge pull request #266 from AndyGauge/1-30
Backtrace & Dependencies require 1.31.0
2 parents c31ffd3 + 00715bc commit 7e16fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ rust:
55
- nightly
66
# Oldest supported version for all features.
77
# Use of https://github.com/rust-lang/rfcs/pull/16
8-
# and Backtrace needs 1.25 (see https://github.com/alexcrichton/backtrace-rs/pull/137)
9-
- 1.25.0
8+
# rustc-demangle uses feature `rename-dependency`
9+
- 1.31.0
1010
# Oldest supported version as dependency, with no features, tests, or examples.
1111
- 1.10.0
1212

0 commit comments

Comments
 (0)