Skip to content

Commit 929e699

Browse files
committed
Move MSRV to 1.42
1 parent 9a6f8b6 commit 929e699

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
@@ -61,7 +61,7 @@
6161
//! needs matching memory layout to be efficient (with some exceptions).
6262
//! + Efficient floating point matrix multiplication even for very large
6363
//! matrices; can optionally use BLAS to improve it further.
64-
//! - **Requires Rust 1.40 or later**
64+
//! - **Requires Rust 1.42 or later**
6565
//!
6666
//! ## Crate Feature Flags
6767
//!

0 commit comments

Comments
 (0)