Change rand version to '*'

Following paragraph says "we've used `*` which..." but code says "rand=\"0.3.0\""
This commit is contained in:
Ben Gesoff 2015-05-07 14:23:05 +01:00
parent acb3aa0949
commit 7150d3cd9e

View file

@ -352,7 +352,7 @@ add these few lines at the bottom:
```toml
[dependencies]
rand="0.3.0"
rand="*"
```
The `[dependencies]` section of `Cargo.toml` is like the `[package]` section: