File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
- stable
4
4
- beta
5
5
- nightly
6
- - 1.30 .0
6
+ - 1.31 .0
7
7
8
8
dist : trusty
9
9
sudo : false
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ The format is based on [Keep a Changelog] and this project adheres to
8
8
[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
9
9
[ Semantic Versioning ] : http://semver.org/spec/v2.0.0.html
10
10
11
+ ## [ Unreleased]
12
+
13
+ ### Fixed
14
+ - Oldest supported rustc version now documented to be 1.31.
15
+
11
16
## [ 0.7.0] - 2019-05-12
12
17
13
18
### Fixed
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ to your crate root.
43
43
If you clone from github, be sure to ` clone --recursive ` to get the C
44
44
libffi.
45
45
46
- This crate supports Rust version 1.30 and later.
46
+ This crate supports Rust version 1.31 and later.
Original file line number Diff line number Diff line change 32
32
//!
33
33
//! to your crate root.
34
34
//!
35
- //! This crate supports Rust version 1.30 and later.
35
+ //! This crate supports Rust version 1.31 and later.
36
36
37
37
#![ allow( non_camel_case_types) ]
38
38
#![ allow( non_snake_case) ]
You can’t perform that action at this time.
0 commit comments