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 a389672 commit fb69332Copy full SHA for fb69332
1 file changed
.github/workflows/ci.yml
@@ -99,7 +99,10 @@ jobs:
99
timeout-minutes: 45
100
steps:
101
- uses: actions/checkout@v6
102
- - uses: dtolnay/rust-toolchain@miri
+ - uses: dtolnay/rust-toolchain@master
103
+ with:
104
+ toolchain: nightly-2026-02-11 # https://github.com/rust-lang/miri/issues/4855
105
+ components: miri, rust-src
106
- run: cargo miri setup
107
- run: cargo miri test
108
env:
0 commit comments