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 33f467f commit dde1e35Copy full SHA for dde1e35
.github/workflows/ci.yml
@@ -196,7 +196,9 @@ jobs:
196
sanitizer: [address, leak, memory, thread]
197
steps:
198
- uses: actions/checkout@v4
199
- - uses: dtolnay/rust-toolchain@nightly
+ # FIXME: revert to using the latest nightly when https://github.com/rust-lang/rust/issues/146465 is fixed.
200
+ - uses: dtolnay/rust-toolchain@master
201
+ toolchain: nightly-2025-09-05
202
- name: Add rust source
203
run: rustup component add rust-src
204
- name: Run tests with sanitizer
0 commit comments