DOC: Update MSRV doc to Rust 1.51

This commit is contained in:
bluss
2021-03-23 18:19:31 +01:00
parent c751c2204f
commit d273861cde
+1 -1
View File
@@ -19,7 +19,7 @@
//! //!
//! ## Rust Version //! ## Rust Version
//! //!
//! This version of arrayvec requires Rust 1.36 or later. //! This version of arrayvec requires Rust 1.51 or later.
//! //!
#![doc(html_root_url="https://docs.rs/arrayvec/0.5/")] #![doc(html_root_url="https://docs.rs/arrayvec/0.5/")]
#![cfg_attr(not(feature="std"), no_std)] #![cfg_attr(not(feature="std"), no_std)]