Skip to content

Commit b53f418

Browse files
HoKim98adamreichold
authored andcommitted
fix(docs): minimum rust version mismatch in lib.rs
1 parent 8d91bc2 commit b53f418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
//! needs matching memory layout to be efficient (with some exceptions).
7272
//! + Efficient floating point matrix multiplication even for very large
7373
//! matrices; can optionally use BLAS to improve it further.
74-
//! - **Requires Rust 1.49 or later**
74+
//! - **Requires Rust 1.51 or later**
7575
//!
7676
//! ## Crate Feature Flags
7777
//!

0 commit comments

Comments
 (0)