Skip to content

Commit 802aa54

Browse files
committed
MAINT: Increase MSRV to 1.49
1.49 had a lot of fixes to associated types and bounds, and that enables the new DataOwned changes to compile.
1 parent fdb9618 commit 802aa54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- stable
2121
- beta
2222
- nightly
23-
- 1.42.0 # MSRV
23+
- 1.49.0 # MSRV
2424

2525
steps:
2626
- uses: actions/checkout@v2

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//! needs matching memory layout to be efficient (with some exceptions).
6363
//! + Efficient floating point matrix multiplication even for very large
6464
//! matrices; can optionally use BLAS to improve it further.
65-
//! - **Requires Rust 1.42 or later**
65+
//! - **Requires Rust 1.49 or later**
6666
//!
6767
//! ## Crate Feature Flags
6868
//!

0 commit comments

Comments
 (0)