From 43c71f1757b0dfafa7c0b81f7307009f65b3c1f2 Mon Sep 17 00:00:00 2001 From: Firelight Flagboy Date: Fri, 19 Sep 2025 13:50:02 +0200 Subject: [PATCH] chore(strum): Update to 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d318b89..3687ab2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ include = ["src/**/*", "README.md"] [dependencies] lazy_static = { version = "1.4.0" } maplit = { version = "1.0.2" } -strum = { version = "0.24.0", features = ["derive"] } +strum = { version = "0.27.0", features = ["derive"] }