Skip to content

Commit 8908718

Browse files
authoredAug 9, 2017
Update RELEASES.md
1 parent 09c1b74 commit 8908718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎RELEASES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ Cargo
9393
-----
9494
- [Cargo API token location moved from `~/.cargo/config` to
9595
`~/cargo/credentials`.][cargo/3978]
96-
- [Cargo will now build multiple `main.rs` binaries in different
97-
directories.][cargo/4214] ie. Having `src/server/main.rs` and
98-
`src/client/main.rs` generates `target/debug/server` and `target/debug/client`
96+
- [Cargo will now build `main.rs` binaries that are in sub-directories of
97+
`src/bin`.][cargo/4214] ie. Having `src/bin/server/main.rs` and
98+
`src/bin/client/main.rs` generates `target/debug/server` and `target/debug/client`
9999
- [You can now specify version of a binary when installed through
100100
`cargo install` using `--vers`.][cargo/4229]
101101
- [Added `--no-fail-fast` flag to cargo to run all benchmarks regardless of

0 commit comments

Comments
 (0)
Please sign in to comment.