Skip to content

Commit 5fe7297

Browse files
authored
Merge pull request #4245 from rust-lang/fix-rand-version-mistake
Ch. 02: Fix rand version mistake (from testing)
2 parents 8f67810 + 3297509 commit 5fe7297

File tree

1 file changed

+1
-1
lines changed
  • listings/ch02-guessing-game-tutorial/listing-02-02

1 file changed

+1
-1
lines changed

listings/ch02-guessing-game-tutorial/listing-02-02/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2024"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
rand = "0.8.4"
9+
rand = "0.8.5"

0 commit comments

Comments
 (0)