feat: update strum version

This commit is contained in:
2024-04-05 13:22:57 +02:00
parent 8aae841930
commit 0f094a0f8c
+2 -2
View File
@@ -19,8 +19,8 @@ bevy_reflect = { version = "0.12.1", optional = true }
bevy_utils = "0.12.1"
log = "0.4.20"
serde = { version = "1.0.194", optional = true }
strum = "0.25.0"
strum_macros = "0.25.3"
strum = "0.26.2"
strum_macros = "0.26.2"
bevy_controls_macros = { path = "macros", version = "0.1.0" }
[dev-dependencies]