Skip to content

Commit a8f6d99

Browse files
committed
updated oldest supported rustc to 1.31.0.
1 parent 40b9fbf commit a8f6d99

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rust:
33
- stable
44
- beta
55
- nightly
6-
- 1.30.0
6+
- 1.31.0
77

88
dist: trusty
99
sudo: false

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog] and this project adheres to
88
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
99
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
1010

11+
## [Unreleased]
12+
13+
### Fixed
14+
- Oldest supported rustc version now documented to be 1.31.
15+
1116
## [0.7.0] - 2019-05-12
1217

1318
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ to your crate root.
4343
If you clone from github, be sure to `clone --recursive` to get the C
4444
libffi.
4545

46-
This crate supports Rust version 1.30 and later.
46+
This crate supports Rust version 1.31 and later.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
//!
3333
//! to your crate root.
3434
//!
35-
//! This crate supports Rust version 1.30 and later.
35+
//! This crate supports Rust version 1.31 and later.
3636
3737
#![allow(non_camel_case_types)]
3838
#![allow(non_snake_case)]

0 commit comments

Comments
 (0)