We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e808e2b commit 355449fCopy full SHA for 355449f
.travis.yml
@@ -4,7 +4,7 @@ sudo: required
4
dist: trusty
5
matrix:
6
include:
7
- - rust: 1.37.0
+ - rust: 1.40.0
8
env:
9
- FEATURES='test docs'
10
- RUSTFLAGS='-D warnings'
src/lib.rs
@@ -61,7 +61,7 @@
61
//! needs matching memory layout to be efficient (with some exceptions).
62
//! + Efficient floating point matrix multiplication even for very large
63
//! matrices; can optionally use BLAS to improve it further.
64
-//! - **Requires Rust 1.37 or later**
+//! - **Requires Rust 1.40 or later**
65
//!
66
//! ## Crate Feature Flags
67
0 commit comments