Skip to content

Commit

Permalink
updated oldest supported rustc to 1.31.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tov committed May 12, 2019
1 parent 40b9fbf commit a8f6d99
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rust:
- stable
- beta
- nightly
- 1.30.0
- 1.31.0

dist: trusty
sudo: false
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The format is based on [Keep a Changelog] and this project adheres to
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html

## [Unreleased]

### Fixed
- Oldest supported rustc version now documented to be 1.31.

## [0.7.0] - 2019-05-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ to your crate root.
If you clone from github, be sure to `clone --recursive` to get the C
libffi.

This crate supports Rust version 1.30 and later.
This crate supports Rust version 1.31 and later.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
//!
//! to your crate root.
//!
//! This crate supports Rust version 1.30 and later.
//! This crate supports Rust version 1.31 and later.

#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
Expand Down

0 comments on commit a8f6d99

Please sign in to comment.