File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 64
64
- [ ` cargo run ` doesn't require specifying a package in workspaces.] [ cargo/5877 ]
65
65
- [ ` cargo doc ` now supports ` --message-format=json ` .] [ cargo/5878 ] This is
66
66
equivalent to calling ` rustdoc --error-format=json ` .
67
- - [ You can specify which edition to create a project in cargo
68
- with ` cargo new --edition ` .] [ cargo/5984 ] Currently only ` 2015 ` is a
69
- valid option.
70
67
- [ Cargo will now provide a progress bar for builds.] [ cargo/5995 ]
71
68
72
69
Misc
100
97
[ 54404 ] : https://github.com/rust-lang/rust/pull/54404/
101
98
[ cargo/5877 ] : https://github.com/rust-lang/cargo/pull/5877/
102
99
[ cargo/5878 ] : https://github.com/rust-lang/cargo/pull/5878/
103
- [ cargo/5984 ] : https://github.com/rust-lang/cargo/pull/5984/
104
100
[ cargo/5995 ] : https://github.com/rust-lang/cargo/pull/5995/
105
101
[ proc-macros ] : https://doc.rust-lang.org/book/2018-edition/ch19-06-macros.html
106
102
You can’t perform that action at this time.
0 commit comments