File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
- osx
5
5
rust :
6
6
- stable
7
- - 1.8 .0
7
+ - 1.13 .0
8
8
matrix :
9
9
exclude :
10
10
# https://github.com/rust-lang/rust/issues/34674
11
11
- os : osx
12
- rust : 1.8 .0
12
+ rust : 1.13 .0
13
13
script :
14
14
- cargo test
Original file line number Diff line number Diff line change 1
1
# 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 )
2
2
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.
4
4
5
5
Documentation is available at < https://docs.rs/errno > .
6
6
You can’t perform that action at this time.
0 commit comments