Skip to content

Commit ba5b3cc

Browse files
committed
Revert "Pin nightly toolchain used for miri job"
This reverts commit c1826eb.
1 parent 1731167 commit ba5b3cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ jobs:
106106
steps:
107107
- uses: actions/checkout@v4
108108
- uses: dtolnay/rust-toolchain@miri
109-
with:
110-
toolchain: nightly-2025-05-16 # https://github.com/rust-lang/miri/issues/4323
111109
- run: cargo miri setup
112110
- run: cargo miri test --target ${{matrix.target}}
113111
- run: cargo miri test --target ${{matrix.target}} --features preserve_order,float_roundtrip,arbitrary_precision,raw_value

0 commit comments

Comments
 (0)