bevy/crates/bevy_remote
MevLyshkin 31bd723462 BrpQueryRow has field deserialization fix (#16613)
# Objective

BrpQueryRow doesn't serialize `has` field if it is empty. That is okay
until you try to deserialize it after. Then it will fail to deserialize
due to missing field.

## Solution

Serde support using default value when field is missing, this PR adds
that.
2025-01-03 19:15:53 +01:00
..
src BrpQueryRow has field deserialization fix (#16613) 2025-01-03 19:15:53 +01:00
Cargo.toml Release 0.15.0 2024-11-29 01:50:42 +01:00