Skip to content

Commit a05e2d0

Browse files
committed
DOC: Update min rust version in crate docs.
Rustdoc is a good place for the minimum rust version, because that way this minimum rust version information is versioned (per crate version) on docs.rs
1 parent 4891a9b commit a05e2d0

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.32**
64+
//! - **Requires Rust 1.37 or later**
6565
//!
6666
//! ## Crate Feature Flags
6767
//!

0 commit comments

Comments
 (0)