Skip to content

Commit 47ae66f

Browse files
committed
Update MSRV to 1.31
Upstream cfg-if now requires Rust 1.31 to build (despite not having done a major version bump). Updating our MSRV gets CI building correctly again. Signed-off-by: Nick Stevens <[email protected]>
1 parent 043c0f3 commit 47ae66f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
22
sudo: false
33
rust:
4-
- 1.26.0
4+
- 1.31.1
55
- stable
66
- beta
77
- nightly

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Migrated to 'tokio' crate.
8+
- Minimmum supported Rust version updated to 1.31
89

910
## [0.5.3] - 2018-04-19
1011

0 commit comments

Comments
 (0)