Skip to content

Commit d273861

Browse files
committed
DOC: Update MSRV doc to Rust 1.51
1 parent c751c22 commit d273861

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
@@ -19,7 +19,7 @@
1919
//!
2020
//! ## Rust Version
2121
//!
22-
//! This version of arrayvec requires Rust 1.36 or later.
22+
//! This version of arrayvec requires Rust 1.51 or later.
2323
//!
2424
#![doc(html_root_url="https://docs.rs/arrayvec/0.5/")]
2525
#![cfg_attr(not(feature="std"), no_std)]

0 commit comments

Comments
 (0)