Skip to content

Commit 3ec0504

Browse files
authored
zeroize: Update comments on MSRV (#896)
1 parent b30adcf commit 3ec0504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zeroize/src/aarch64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! [`Zeroize`] impls for ARM64 SIMD registers.
22
//!
33
//! Gated behind the `aarch64` feature: MSRV 1.59
4-
//! (the overall crate is MSRV 1.51)
4+
//! (the overall crate is MSRV 1.56)
55
66
use crate::{atomic_fence, volatile_write, Zeroize};
77

zeroize/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//!
3131
//! ## Minimum Supported Rust Version
3232
//!
33-
//! Requires Rust **1.51** or newer.
33+
//! Requires Rust **1.56** or newer.
3434
//!
3535
//! In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope
3636
//! for this crate's SemVer guarantees), however when we do it will be accompanied

0 commit comments

Comments
 (0)