From 16e42c5cc662bf64294e1ec75686d586cd4cb7ca Mon Sep 17 00:00:00 2001 From: appleJax Date: Sat, 9 Jan 2021 18:48:56 -0800 Subject: [PATCH] add sentence to stress the importance of the version number --- src/ch02-00-guessing-game-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch02-00-guessing-game-tutorial.md b/src/ch02-00-guessing-game-tutorial.md index 3f9038398..3052da592 100644 --- a/src/ch02-00-guessing-game-tutorial.md +++ b/src/ch02-00-guessing-game-tutorial.md @@ -341,7 +341,7 @@ Cargo’s use of external crates is where it really shines. Before we can write code that uses `rand`, we need to modify the *Cargo.toml* file to include the `rand` crate as a dependency. Open that file now and add the following line to the bottom beneath the `[dependencies]` section header that Cargo created for -you: +you (be sure to use version `0.8.1` or the code examples in this tutorial may not work!):