From 405cede5cc9664b52468b615bbb4e9934f984aa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:32:18 +0000 Subject: [PATCH] fix(deps): update rust crate int-enum to v1 --- resistor-color/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resistor-color/Cargo.toml b/resistor-color/Cargo.toml index 5ed2ab3..009b0c1 100644 --- a/resistor-color/Cargo.toml +++ b/resistor-color/Cargo.toml @@ -4,5 +4,5 @@ name = "resistor-color" version = "1.0.0" [dependencies] -int-enum = "0.5.0" +int-enum = "1.0.0" enum-iterator = "0.8.1"