Update guessing game usage of rand

This commit is contained in:
2021-09-12 15:12:16 -04:00
parent f45663f248
commit 7e6a2ea52b
3 changed files with 36 additions and 129 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.6.0"
rand = "0.8.3"