Skip to content

Commit ae350c8

Browse files
committed
remove wild-card dependency specifier
1 parent e8ab978 commit ae350c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

exercises/practice/robot-name/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ edition = "2024"
77
# The full list of available libraries is here:
88
# https://github.com/exercism/rust-test-runner/blob/main/local-registry/Cargo.toml
99
[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 = "*"
10+
rand = "0.9"
1311

1412
[lints.clippy]
1513
new_without_default = "allow"

0 commit comments

Comments
 (0)