Skip to content

Commit

Permalink
auto merge of #981 : steveklabnik/cargo/remove_color, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Nov 25, 2014
2 parents 641c5c2 + e0d7c89 commit e1dc4bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/crates-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ syntax for doing so is:

```toml
[dependencies]
color = "1.0.3"
glob = "0.0.3"
```

With this format, adding new dependencies should just add a new line, you don't
need to add `[dependencies]` for each dependency listed, for example:

```toml
[dependencies]
color = "1.0.3"
gl = "1.2.0"
glob = "0.0.3"
num = "0.0.4"
```

The string value for each key in this table is a [semver](http://semver.org/)
Expand Down

0 comments on commit e1dc4bc

Please sign in to comment.