Skip to content

Commit

Permalink
Move MSRV to 1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuseZ4 committed Nov 12, 2020
1 parent 9a6f8b6 commit 929e699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
//! needs matching memory layout to be efficient (with some exceptions).
//! + Efficient floating point matrix multiplication even for very large
//! matrices; can optionally use BLAS to improve it further.
//! - **Requires Rust 1.40 or later**
//! - **Requires Rust 1.42 or later**
//!
//! ## Crate Feature Flags
//!
Expand Down

0 comments on commit 929e699

Please sign in to comment.