bevy/tools
targrub fc0aa4f7b1
Explicitly run +nightly for -Zcheck-cfg pass in ci. (#12230)
# Objective

Getting this error running ci locally.

```
$ cargo check -Zcheck-cfg --workspace
error: the `-Z` flag is only accepted on the nightly channel of Cargo, but this is the `stable` channel
See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
thread 'main' panicked at tools\ci\src\main.rs:166:14:
Please fix failing cfg checks in output above.: command exited with non-zero code `cargo check -Zcheck-cfg --workspace`: 101
```

## Solution

- Add `+nightly` flag to the `check-cfg` pass.

---

Obviously we shouldn't be running `nightly` Cargo, but at least now
local running of `cargo run -p ci` will pass.
2024-03-01 18:25:19 +00:00
..
build-templated-pages Use immutable key for HashMap and HashSet (#12086) 2024-02-26 16:27:40 +00:00
build-wasm-example Add a [lints] entry for workspace members missing it (#11900) 2024-02-19 17:09:47 +00:00
ci Explicitly run +nightly for -Zcheck-cfg pass in ci. (#12230) 2024-03-01 18:25:19 +00:00
example-showcase Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00
publish.sh Upstreaming bevy_color. (#12013) 2024-02-23 17:51:31 +00:00