8000 Fix ci by ZuseZ4 · Pull Request #848 · rust-ndarray/ndarray · GitHub
[go: up one dir, main page]

Skip to content

Fix ci #848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 28, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move MSRV to 1.42
  • Loading branch information
ZuseZ4 committed Nov 12, 2020
commit 929e6997ef2efab208551462f2ff9f024cf74102
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