We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb9618 commit 802aa54Copy full SHA for 802aa54
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- stable
21
- beta
22
- nightly
23
- - 1.42.0 # MSRV
+ - 1.49.0 # MSRV
24
25
steps:
26
- uses: actions/checkout@v2
src/lib.rs
@@ -62,7 +62,7 @@
62
//! needs matching memory layout to be efficient (with some exceptions).
63
//! + Efficient floating point matrix multiplication even for very large
64
//! matrices; can optionally use BLAS to improve it further.
65
-//! - **Requires Rust 1.42 or later**
+//! - **Requires Rust 1.49 or later**
66
//!
67
//! ## Crate Feature Flags
68
0 commit comments