Skip to content

Commit 6420801

Browse files
author
Jean Commère
committed
Bump MSRV to 1.65 for proptest
1 parent 12f8f70 commit 6420801

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/checking.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
toolchain:
13-
- 1.64.0
13+
- 1.65.0
1414
- stable
1515
- nightly
1616
os:

.github/workflows/codequality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
toolchain:
13-
- 1.64.0
13+
- 1.65.0
1414
- stable
1515

1616
steps:

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
toolchain:
14-
- 1.64.0
14+
- 1.65.0
1515
- stable
1616
os:
1717
- ubuntu-18.04

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
77
readme = "README.md"
88
description = "Pure-Rust implementation of linear algebra routines for ndarray"
99
repository = "https://github.com/rust-ml/linfa-linalg"
10-
rust-version = "1.64"
10+
rust-version = "1.65"
1111

1212
keywords = ["ndarray", "matrix", "linalg"]
1313
categories = ["algorithms", "mathematics", "science"]

0 commit comments

Comments
 (0)