We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d28f03 commit 80b0fcaCopy full SHA for 80b0fca
exercises/concept/resistor-color/Cargo.toml
@@ -7,5 +7,5 @@ edition = "2024"
7
# The full list of available libraries is here:
8
# https://github.com/exercism/rust-test-runner/blob/main/local-registry/Cargo.toml
9
[dependencies]
10
-int-enum = "0.5.0"
11
-enum-iterator = "1.2.0"
+int-enum = "1.0.0"
+enum-iterator = "2.0.0"
0 commit comments