File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 CARGO_PROFILE_TEST_DEBUG : 0
1818 CARGO_PROFILE_DEV_DEBUG : 0
1919 # If nightly is breaking CI, modify this variable to target a specific nightly version.
20- NIGHTLY_TOOLCHAIN : " nightly-2026-02-11 "
20+ NIGHTLY_TOOLCHAIN : nightly
2121 RUSTFLAGS : " -D warnings"
2222
2323concurrency :
Original file line number Diff line number Diff line change 1111 CARGO_TERM_COLOR : always
1212 RUSTDOCFLAGS : --html-in-header header.html
1313 # If nightly is breaking CI, modify this variable to target a specific nightly version.
14- NIGHTLY_TOOLCHAIN : " nightly-2026-02-11 "
14+ NIGHTLY_TOOLCHAIN : nightly
1515
1616# Sets the permissions to allow deploying to Github pages.
1717permissions :
Original file line number Diff line number Diff line change 2020 CARGO_PROFILE_TEST_DEBUG : 0
2121 CARGO_PROFILE_DEV_DEBUG : 0
2222 # If nightly is breaking CI, modify this variable to target a specific nightly version.
23- NIGHTLY_TOOLCHAIN : " nightly-2026-02-11 "
23+ NIGHTLY_TOOLCHAIN : nightly
2424
2525jobs :
2626 env :
Original file line number Diff line number Diff line change 2121 CARGO_PROFILE_TEST_DEBUG : 0
2222 CARGO_PROFILE_DEV_DEBUG : 0
2323 # If nightly is breaking CI, modify this variable to target a specific nightly version.
24- NIGHTLY_TOOLCHAIN : " nightly-2026-02-11 "
24+ NIGHTLY_TOOLCHAIN : nightly
2525
2626jobs :
2727 build-and-install-on-iOS :
You can’t perform that action at this time.
0 commit comments