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 f5934e4 commit e168508Copy full SHA for e168508
.github/workflows/ci.yml
@@ -78,6 +78,8 @@ jobs:
78
steps:
79
- uses: actions/checkout@v4
80
- uses: dtolnay/rust-toolchain@miri
81
+ with:
82
+ toolchain: nightly-2025-05-16 # https://github.com/rust-lang/miri/issues/4323
83
- run: cargo miri setup
84
- run: cargo miri test
85
env:
0 commit comments