bevy/tools
targrub a09dd034a2 Fix CI issues arising from use of Rust 1.64 (#6067)
## Objective

Fixes https://github.com/bevyengine/bevy/issues/6063

## Solution

- Use `then_some(x)` instead of `then( || x)`.
- Updated error logs from `bevy_ecs_compile_fail_tests`.

## Migration Guide

From Rust 1.63 to 1.64, a new Clippy error was added; now one should use `then_some(x)` instead of `then( || x)`.
2022-09-22 16:56:43 +00:00
..
build-example-pages Fix CI issues arising from use of Rust 1.64 (#6067) 2022-09-22 16:56:43 +00:00
build-wasm-example Update clap to 3.2 in tools using value_parser (#5031) 2022-06-20 18:04:29 +00:00
ci Warn when passing invalid argument to CI (#5858) 2022-09-02 12:18:45 +00:00
spancmp Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00
example_showcase.sh Small script fix (#2591) 2021-08-13 21:57:23 +00:00
publish.sh Generate vertex tangents using mikktspace (#3872) 2022-05-31 22:53:54 +00:00