Navigation Menu

Skip to content

Commit

Permalink
Support Rust 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeehoonkang committed Jan 16, 2018
1 parent ef133ef commit 3df64cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ env:
- FEATURES='serde-1'
matrix:
include:
- rust: 1.14.0
- rust: 1.13.0
- rust: stable
env:
- NODEFAULT=1
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -21,7 +21,7 @@
//!
//! ## Rust Version
//!
//! This version of arrayvec requires Rust 1.14 or later.
//! This version of arrayvec requires Rust 1.13 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 3df64cc

Please sign in to comment.