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.
2 parents c1d599b + 6397a28 commit 7a60c0cCopy full SHA for 7a60c0c
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ env:
13
CARGO_PROFILE_TEST_DEBUG: 0
14
CARGO_PROFILE_DEV_DEBUG: 0
15
# If nightly is breaking CI, modify this variable to target a specific nightly version.
16
- NIGHTLY_TOOLCHAIN: nightly
+ NIGHTLY_TOOLCHAIN: nightly-2025-05-16 # pinned until a fix for https://github.com/rust-lang/miri/issues/4323 is released
17
RUSTFLAGS: "-D warnings"
18
BINSTALL_VERSION: "v1.12.3"
19
0 commit comments