Skip to content

Commit faba4eb

Browse files
committed
Require Rust 1.31
1 parent ceaa1ef commit faba4eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

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

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
//! needs matching memory layout to be efficient (with some exceptions).
5656
//! + Efficient floating point matrix multiplication even for very large
5757
//! matrices; can optionally use BLAS to improve it further.
58-
//! - **Requires Rust 1.30**
58+
//! - **Requires Rust 1.31**
5959
//!
6060
//! ## Crate Feature Flags
6161
//!

0 commit comments

Comments
 (0)