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 93
93
-----
94
94
- [ Cargo API token location moved from ` ~/.cargo/config ` to
95
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 `
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 `
99
99
- [ You can now specify version of a binary when installed through
100
100
` cargo install ` using ` --vers ` .] [ cargo/4229 ]
101
101
- [ 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