add sentence to stress the importance of the version number

This commit is contained in:
appleJax
2021-01-09 18:48:56 -08:00
parent 77cc92b7c3
commit 16e42c5cc6

View File

@@ -341,7 +341,7 @@ Cargos 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!):
<!-- When updating the version of `rand` used, also update the version of
`rand` used in these files so they all match: