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 d1b4027 commit c79c864Copy full SHA for c79c864
.travis.yml
@@ -4,7 +4,7 @@ sudo: required
4
dist: trusty
5
matrix:
6
include:
7
- - rust: 1.27.0
+ - rust: 1.30.0
8
env:
9
- FEATURES='test docs'
10
- rust: stable
src/lib.rs
@@ -56,7 +56,7 @@
56
//! + Efficient floating point matrix multiplication even for very large
57
//! matrices; can optionally use BLAS to improve it further.
58
//! + See also the [`ndarray-parallel`] crate for integration with rayon.
59
-//! - **Requires Rust 1.27**
+//! - **Requires Rust 1.30**
60
//!
61
//! [`ndarray-parallel`]: https://docs.rs/ndarray-parallel
62
0 commit comments