From 739f6a1f27dd91ca6ffe965a3ace173ca4d0ec45 Mon Sep 17 00:00:00 2001 From: Torsten Sadowski Date: Tue, 21 May 2024 23:38:47 +0200 Subject: Added Enum macros for GUI --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0ad95d9..a50c73d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,10 +19,10 @@ precomputed_common_max_powers = [] [dependencies] unicode-segmentation = "1.10.0" +strum = "0.26.0" +strum_macros = "0.26.0" [dev-dependencies] -strum = "0.24" -strum_macros = "0.24" digest = "0.10.5" md4 = "0.10.2" md-5 = "0.10.5" -- cgit v1.2.3