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

Commit 2587bc9

Browse files
committed
increase minimal version in travis
1 parent 51150f1 commit 2587bc9

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
@@ -8,7 +8,7 @@ rust:
88
# rustc-demangle uses feature `rename-dependency`
99
- 1.32.0
1010
# Oldest supported version as dependency, with no features, tests, or examples.
11-
- 1.13.0
11+
- 1.27.0
1212

1313
sudo: false
1414
cache: cargo
@@ -44,4 +44,4 @@ env:
4444
matrix:
4545
exclude:
4646
- env: FEATURES=--features=backtrace
47-
rust: 1.13.0
47+
rust: 1.27.0

0 commit comments

Comments
 (0)