We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ab978 commit ae350c8Copy full SHA for ae350c8
exercises/practice/robot-name/Cargo.toml
@@ -7,9 +7,7 @@ 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
-# We use a wild-card specifier to minimize the risk of breaking existing
11
-# solutions in case the version in the test runner is updated.
12
-rand = "*"
+rand = "0.9"
13
14
[lints.clippy]
15
new_without_default = "allow"
0 commit comments