Skip to content

Commit 355449f

Browse files
committed
bump MSRV to 1.40
1 parent e808e2b commit 355449f

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.37.0
7+
- rust: 1.40.0
88
env:
99
- FEATURES='test docs'
1010
- RUSTFLAGS='-D warnings'

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
//! needs matching memory layout to be efficient (with some exceptions).
6262
//! + Efficient floating point matrix multiplication even for very large
6363
//! matrices; can optionally use BLAS to improve it further.
64-
//! - **Requires Rust 1.37 or later**
64+
//! - **Requires Rust 1.40 or later**
6565
//!
6666
//! ## Crate Feature Flags
6767
//!

0 commit comments

Comments
 (0)