Skip to content

Commit cc83c6f

Browse files
committed
ci: pin nightly including fix from rust-lang/rust#129715
avoids a precision consistency issue
1 parent 8784e65 commit cc83c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 20
1111
strategy:
1212
matrix:
13-
toolchain: [nightly, nightly-2024-08-29]
13+
toolchain: [nightly, nightly-2024-09-01]
1414

1515
name: Coverage
1616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)