From c56d9a3c1babf87122a6161b25f2744e8e1111db Mon Sep 17 00:00:00 2001 From: Zachary Harrold Date: Thu, 10 Apr 2025 10:27:09 +1000 Subject: [PATCH] Add `?` (#18783) # Objective - Fixes #18780 ## Solution - Add `?` ## Testing - CI --- ## Notes _smol_ --- crates/bevy_input/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_input/Cargo.toml b/crates/bevy_input/Cargo.toml index bcac6bb7d7..eeb51fa8c3 100644 --- a/crates/bevy_input/Cargo.toml +++ b/crates/bevy_input/Cargo.toml @@ -24,7 +24,7 @@ bevy_reflect = [ ## Adds serialization support through `serde`. serialize = [ "serde", - "smol_str/serde", + "smol_str?/serde", "bevy_ecs/serialize", "bevy_math/serialize", "bevy_platform_support/serialize",