Skip to content

Commit

Permalink
fix(docs): minimum rust version mismatch in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 authored and adamreichold committed Jan 28, 2024
1 parent 8d91bc2 commit b53f418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -71,7 +71,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.49 or later**
//! - **Requires Rust 1.51 or later**
//!
//! ## Crate Feature Flags
//!
Expand Down

0 comments on commit b53f418

Please sign in to comment.