Skip to content

Commit 4d4edc2

Browse files
rathideep22claude
andcommitted
fix: revert Rust toolchain version from 1.87.0 to 1.82.0
Fixes CI failure where workflows were trying to download Rust 1.87.0, which doesn't exist yet. Reverts to 1.82.0, the last known working MSRV. The erroneous 1.87.0 version was introduced in commit e3f082b during the ndarray 0.16 upgrade. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 06c0455 commit 4d4edc2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
toolchain:
13-
- 1.87.0
13+
- 1.82.0
1414
- stable
1515
- nightly
1616
os:

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
toolchain:
13-
- 1.87.0
13+
- 1.82.0
1414
- stable
1515
os:
1616
- ubuntu-latest
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
toolchain:
40-
- 1.87.0
40+
- 1.82.0
4141
- stable
4242
os:
4343
- ubuntu-latest

0 commit comments

Comments
 (0)