From 567b1b454014d72c4d255ac66ac9a301dc73aab7 Mon Sep 17 00:00:00 2001 From: Empire Date: Fri, 28 Feb 2025 22:06:49 +0100 Subject: [PATCH] add ordinal support --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1f66f93..73e096d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -87,6 +87,7 @@ ringbuffer = "0.15.0" text-template = "0.1.0" strum_macros = "0.27.0" esp-ota = { version = "0.2.2", features = ["log"] } +unit-enum = "1.4.1" [patch.crates-io]