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 b9de365 commit da3998aCopy full SHA for da3998a
.github/workflows/ci.yml
@@ -157,6 +157,8 @@ jobs:
157
steps:
158
- uses: actions/checkout@v4
159
- uses: dtolnay/rust-toolchain@miri
160
+ with:
161
+ toolchain: nightly-2025-05-16 # https://github.com/rust-lang/miri/issues/4323
162
- run: cargo miri setup
163
- run: cd serde && cargo miri test --features derive,rc,unstable
164
env:
0 commit comments