bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Remove `check-cfg` when Rust 1.80 is released

Open BD103 opened this issue 1 year ago • 0 comments

-Zcheck-cfg has been stabilized-ish! (https://github.com/rust-lang/cargo/pull/13571) When Rust 1.80 is released, the separate Github Action job can be removed.

For now, we have two more releases (12 weeks or ~4 months) before this can be done. 💤

https://github.com/bevyengine/bevy/blob/4f9f987099224ca41aab91a582b80fca8eb969f8/.github/workflows/ci.yml#L438-L462

BD103 avatar May 07 '24 00:05 BD103