MAINT: Rust version Rust 1.15
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ env:
|
|||||||
- FEATURES='serde-1'
|
- FEATURES='serde-1'
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- rust: 1.18.0
|
- rust: 1.15.0
|
||||||
- rust: stable
|
- rust: stable
|
||||||
env:
|
env:
|
||||||
- NODEFAULT=1
|
- NODEFAULT=1
|
||||||
|
|||||||
+3
-1
@@ -13,7 +13,9 @@
|
|||||||
//! - Use the unstable feature untagged unions for the internal implementation,
|
//! - Use the unstable feature untagged unions for the internal implementation,
|
||||||
//! which has reduced space overhead
|
//! which has reduced space overhead
|
||||||
//!
|
//!
|
||||||
//! **arrayvec Requires Rust 1.18**
|
//! ## Rust Version
|
||||||
|
//!
|
||||||
|
//! This version of arrayvec requires Rust 1.15 or later.
|
||||||
//!
|
//!
|
||||||
#![doc(html_root_url="https://docs.rs/arrayvec/0.3/")]
|
#![doc(html_root_url="https://docs.rs/arrayvec/0.3/")]
|
||||||
#![cfg_attr(not(feature="std"), no_std)]
|
#![cfg_attr(not(feature="std"), no_std)]
|
||||||
|
|||||||
Reference in New Issue
Block a user