File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 - stable
3535 - beta
3636 - nightly
37- - 1.51 .0 # MSRV
37+ - 1.57 .0 # MSRV
3838
3939 name : tests/${{ matrix.rust }}
4040 steps :
Original file line number Diff line number Diff line change 33name = " ndarray"
44version = " 0.15.6"
55edition = " 2018"
6- rust-version = " 1.51 "
6+ rust-version = " 1.57 "
77authors = [
88 " Ulrik Sverdrup \" bluss\" " ,
99 " Jim Turner"
Original file line number Diff line number Diff line change 66FEATURES=$1
77CHANNEL=$2
88
9- if [ " $CHANNEL " = " 1.51 .0" ]; then
9+ if [ " $CHANNEL " = " 1.57 .0" ]; then
1010 cargo update --package openblas-src --precise 0.10.5
1111 cargo update --package openblas-build --precise 0.10.5
1212 cargo update --package once_cell --precise 1.14.0
Original file line number Diff line number Diff line change 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.51 or later**
74+ //! - **Requires Rust 1.57 or later**
7575//!
7676//! ## Crate Feature Flags
7777//!
You can’t perform that action at this time.
0 commit comments