We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc03a4c commit 9ac165cCopy full SHA for 9ac165c
1 file changed
.github/workflows/ci.yml
@@ -110,7 +110,10 @@ jobs:
110
timeout-minutes: 45
111
steps:
112
- uses: actions/checkout@v6
113
- - uses: dtolnay/rust-toolchain@miri
+ - uses: dtolnay/rust-toolchain@master
114
+ with:
115
+ toolchain: nightly-2026-02-11 # https://github.com/rust-lang/miri/issues/4855
116
+ components: miri, rust-src
117
- run: cargo miri setup
118
- run: cargo miri test
119
env:
0 commit comments