Skip to content

Commit 66bcc71

Browse files
committed
Pin Test Suite CI job to 1.84.0 so the metrics 0.23.0 dep compiles (matches lint/clippy job)
1 parent a3d8501 commit 66bcc71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- name: Install stable toolchain
13+
- name: Install pinned toolchain
1414
uses: actions-rs/toolchain@v1
1515
with:
1616
profile: minimal
17-
toolchain: stable
17+
toolchain: 1.84.0
1818
override: true
1919

2020
- name: Run tests

0 commit comments

Comments
 (0)