Skip to content

Commit 7c33afb

Browse files
committed
DOC: Update min rust version to Rust 1.36 for MaybeUninit
1 parent 8093e8d commit 7c33afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//!
1717
//! ## Rust Version
1818
//!
19-
//! This version of arrayvec requires Rust 1.24 or later.
19+
//! This version of arrayvec requires Rust 1.36 or later.
2020
//!
2121
#![doc(html_root_url="https://docs.rs/arrayvec/0.4/")]
2222
#![cfg_attr(not(feature="std"), no_std)]

0 commit comments

Comments
 (0)