guessing game update

This commit is contained in:
2019-11-22 02:41:32 +00:00
parent 15a4aec9d1
commit 819ac2f8b3
4 changed files with 25 additions and 7 deletions

View File

@@ -7,4 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.3.14"
rand = "0.4.0"
ferris-says = "0.1"