We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c1b74 commit 8908718Copy full SHA for 8908718
RELEASES.md
@@ -93,9 +93,9 @@ Cargo
93
-----
94
- [Cargo API token location moved from `~/.cargo/config` to
95
`~/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`
+- [Cargo will now build `main.rs` binaries that are in sub-directories of
+ `src/bin`.][cargo/4214] ie. Having `src/bin/server/main.rs` and
+ `src/bin/client/main.rs` generates `target/debug/server` and `target/debug/client`
99
- [You can now specify version of a binary when installed through
100
`cargo install` using `--vers`.][cargo/4229]
101
- [Added `--no-fail-fast` flag to cargo to run all benchmarks regardless of
0 commit comments