bevy/crates/bevy_ecs/macros
Joseph 0716922165
ParamSets containing non-send parameters should also be non-send (#10211)
# Objective

Fix #10207

## Solution

Mark a `ParamSet`'s `SystemMeta` as non-send if any of its component
parameters are non-send.
2023-10-21 18:07:52 +00:00
..
src ParamSets containing non-send parameters should also be non-send (#10211) 2023-10-21 18:07:52 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00