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

Commit 8f894a1

Browse files
eddybYamakaky
authored andcommitted
Require Rust 1.14.
1 parent c5159dc commit 8f894a1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rust:
55
- nightly
66
# Oldest supported version for all features.
77
# Use of https://github.com/rust-lang/rfcs/pull/16
8-
- 1.13.0
8+
- 1.14.0
99
# Oldest supported version as dependency, with no features, tests, or examples.
1010
- 1.10.0
1111

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Unreleased
2+
3+
- Change last rust version supported to 1.14
4+
15
# 0.11.0-rc.2
26

37
- [Make `ErrorChainIter`'s field private](https://github.com/rust-lang-nursery/error-chain/issues/178)

0 commit comments

Comments
 (0)