File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,12 @@ jobs:
9595 - uses : actions/checkout@v4
9696 - uses : dtolnay/rust-toolchain@master
9797 with :
98- toolchain : 1.71.0 # BLAS MSRV
98+ toolchain : 1.71.1 # BLAS MSRV
9999 - uses : rui314/setup-mold@v1
100100 - uses : Swatinem/rust-cache@v2
101101 - name : Install openblas
102102 run : sudo apt-get install libopenblas-dev gfortran
103- - run : ./scripts/blas-integ-tests.sh "$FEATURES" 1.71.0
103+ - run : ./scripts/blas-integ-tests.sh "$FEATURES" 1.71.1
104104
105105 miri :
106106 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ BLAS on MSRV
161161------------
162162
163163Although ``ndarray `` currently maintains an MSRV of 1.64.0, this is separate from the MSRV (either stated or real) of the various BLAS providers.
164- As of the time of writing, ``openblas `` currently supports MSRV of 1.71.0 .
165- So, while ``ndarray `` and ``openblas-src `` are compatible, they can only work together with toolchains 1.71.0 or above.
164+ As of the time of writing, ``openblas `` currently supports MSRV of 1.71.1 .
165+ So, while ``ndarray `` and ``openblas-src `` are compatible, they can only work together with toolchains 1.71.1 or above.
166166
167167Recent Changes
168168--------------
You can’t perform that action at this time.
0 commit comments