Skip to content

Commit

Permalink
Bump minimum Rust version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy committed Jul 10, 2018
1 parent 36019bb commit bab7d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ os:
- osx
rust:
- stable
- 1.8.0
- 1.13.0
matrix:
exclude:
# https://github.com/rust-lang/rust/issues/34674
- os: osx
rust: 1.8.0
rust: 1.13.0
script:
- cargo test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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)

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

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

Expand Down

0 comments on commit bab7d3c

Please sign in to comment.