Skip to content

Commit fbcf3bf

Browse files
authored
chore: update msrv to 1.87 (#1597)
Unfortunately, as tends to happen, the ground has shifted beneath our feet, and we now need MSRV 1.87 to run with our dependencies. The good news is that this will allow us to go to the 2024 edition. Onwards and upwards!
1 parent 27af864 commit fbcf3bf

8 files changed

Lines changed: 479 additions & 478 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ env:
1414
HOST: x86_64-unknown-linux-gnu
1515
FEATURES: "approx,serde,rayon"
1616
RUSTFLAGS: "-D warnings"
17-
MSRV: 1.64.0
18-
BLAS_MSRV: 1.71.1
17+
MSRV: 1.87.0
18+
BLAS_MSRV: 1.87.0
1919

2020
jobs:
2121
pass-msrv:

.github/workflows/latest-deps.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ env:
1717
HOST: x86_64-unknown-linux-gnu
1818
FEATURES: "approx,serde,rayon"
1919
RUSTFLAGS: "-D warnings"
20-
MSRV: 1.64.0
21-
BLAS_MSRV: 1.71.0
20+
MSRV: 1.87.0
2221

2322
jobs:
2423
latest_deps_stable:

0 commit comments

Comments
 (0)