Skip to content

Commit c56d9a3

Browse files
bushrat011899mockersf
authored andcommitted
Add ? (#18783)
# Objective - Fixes #18780 ## Solution - Add `?` ## Testing - CI --- ## Notes _smol_
1 parent 50b00c8 commit c56d9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_input/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bevy_reflect = [
2424
## Adds serialization support through `serde`.
2525
serialize = [
2626
"serde",
27-
"smol_str/serde",
27+
"smol_str?/serde",
2828
"bevy_ecs/serialize",
2929
"bevy_math/serialize",
3030
"bevy_platform_support/serialize",

0 commit comments

Comments
 (0)