Change rand version to '*'
Following paragraph says "we've used `*` which..." but code says "rand=\"0.3.0\""
This commit is contained in:
parent
acb3aa0949
commit
7150d3cd9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue