From c27c8fc4d82ac47c41db9bf92028afc8fe92bf9f Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Fri, 8 May 2015 01:25:11 +0200 Subject: [PATCH] book: change Cargo.toml content to match description --- src/doc/trpl/guessing-game.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: