Skip to content

Commit bab7d3c

Browse files
committed
Bump minimum Rust version to 1.13
See rust-lang/libc#972
1 parent 36019bb commit bab7d3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ os:
44
- osx
55
rust:
66
- stable
7-
- 1.8.0
7+
- 1.13.0
88
matrix:
99
exclude:
1010
# https://github.com/rust-lang/rust/issues/34674
1111
- os: osx
12-
rust: 1.8.0
12+
rust: 1.13.0
1313
script:
1414
- cargo test

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# errno [![Build status](https://img.shields.io/travis/lfairy/rust-errno.svg)](http://travis-ci.org/lfairy/rust-errno) [![Build status](https://ci.appveyor.com/api/projects/status/0fgngg808u7xwto8?svg=true)](https://ci.appveyor.com/project/lfairy/rust-errno) [![Cargo](https://img.shields.io/crates/v/errno.svg)](https://crates.io/crates/errno)
22

3-
Cross-platform interface to the [`errno`][errno] variable. Works on Rust 1.8 or newer.
3+
Cross-platform interface to the [`errno`][errno] variable. Works on Rust 1.13 or newer.
44

55
Documentation is available at <https://docs.rs/errno>.
66

0 commit comments

Comments
 (0)