Skip to content

Commit 7150d3c

Browse files
committed
Change rand version to '*'
Following paragraph says "we've used `*` which..." but code says "rand=\"0.3.0\""
1 parent acb3aa0 commit 7150d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/guessing-game.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ add these few lines at the bottom:
352352
```toml
353353
[dependencies]
354354

355-
rand="0.3.0"
355+
rand="*"
356356
```
357357

358358
The `[dependencies]` section of `Cargo.toml` is like the `[package]` section:

0 commit comments

Comments
 (0)