From 0f094a0f8cc1a2c9a4bfe45f0018d76c6b5b34d1 Mon Sep 17 00:00:00 2001 From: yukkop Date: Fri, 5 Apr 2024 13:22:57 +0200 Subject: [PATCH] feat: update strum version --- crate/bevy_controls/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crate/bevy_controls/Cargo.toml b/crate/bevy_controls/Cargo.toml index e5cd5ba..76c3673 100644 --- a/crate/bevy_controls/Cargo.toml +++ b/crate/bevy_controls/Cargo.toml @@ -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]