File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments