Skip to content

Commit 1d17453

Browse files
alice-i-cecilemockersfAlice Cecile
authored
Unpin nightly for miri (#11462)
# Objective - Using the latest nightly for `miri` is generally desirable as we want to catch regressions upstream or new problems quickly - rust-lang/rust#120123 should be merged now, so it should work. ## Solution - Revert #11421. --------- Co-authored-by: François <[email protected]> Co-authored-by: Alice Cecile <[email protected]>
1 parent 6a3b059 commit 1d17453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
CARGO_TERM_COLOR: always
12-
NIGHTLY_TOOLCHAIN: nightly-2024-01-17
12+
NIGHTLY_TOOLCHAIN: nightly
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)