Update RELEASES.md

This commit is contained in:
Aaron Power 2017-08-09 16:19:54 +01:00 committed by GitHub
parent 09c1b74861
commit 89087183fc

View file

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