diff --git a/src/doc/trpl/guessing-game.md b/src/doc/trpl/guessing-game.md index 6b58f7dfde817..6f8798adaca13 100644 --- a/src/doc/trpl/guessing-game.md +++ b/src/doc/trpl/guessing-game.md @@ -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: