Skip to content

Commit c79c864

Browse files
committed
Bump required Rust version to 1.30
1 parent d1b4027 commit c79c864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: required
44
dist: trusty
55
matrix:
66
include:
7-
- rust: 1.27.0
7+
- rust: 1.30.0
88
env:
99
- FEATURES='test docs'
1010
- rust: stable

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
//! + Efficient floating point matrix multiplication even for very large
5757
//! matrices; can optionally use BLAS to improve it further.
5858
//! + See also the [`ndarray-parallel`] crate for integration with rayon.
59-
//! - **Requires Rust 1.27**
59+
//! - **Requires Rust 1.30**
6060
//!
6161
//! [`ndarray-parallel`]: https://docs.rs/ndarray-parallel
6262
//!

0 commit comments

Comments
 (0)