Skip to content

Commit 1edd818

Browse files
authored
Update rand to 0.9 on simple-cipher
1 parent 02dce7d commit 1edd818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/simple-cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ 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-
rand = "0.8"
10+
rand = "0.9"

0 commit comments

Comments
 (0)