Skip to content

Commit

Permalink
DOC: Update minimum rust requirement to Rust 1.24
Browse files Browse the repository at this point in the history
Rust 1.24 is on debian stable. It is compatible with crossbeam (Rust 1.26),
the rdep with most downloads.
  • Loading branch information
bluss committed Dec 16, 2018
1 parent 76e62c1 commit 33952cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ env:
- FEATURES='serde-1'
matrix:
include:
- rust: 1.24.1
env:
- FEATURES='array-sizes-33-128 array-sizes-129-255'
- rust: stable
- rust: stable
env:
- FEATURES='serde-1'
- rust: 1.22.1
env:
- FEATURES='array-sizes-33-128 array-sizes-129-255'
- rust: stable
env:
- FEATURES='array-sizes-33-128 array-sizes-129-255'
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//!
//! ## Rust Version
//!
//! This version of arrayvec requires Rust 1.13 or later.
//! This version of arrayvec requires Rust 1.24 or later.
//!
#![doc(html_root_url="https://docs.rs/arrayvec/0.4/")]
#![cfg_attr(not(feature="std"), no_std)]
Expand Down

0 comments on commit 33952cf

Please sign in to comment.