Skip to content

Commit d6cd7bb

Browse files
borsMark-Simulacrum
authored andcommitted
Auto merge of rust-lang#55362 - ehuss:releases-cargo-new-edition, r=Mark-Simulacrum
Remove `cargo new --edition` from release notes. This was removed at the last minute (rust-lang#55315, rust-lang/cargo#6216). Apologies for not catching this.
1 parent 6209276 commit d6cd7bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

RELEASES.md

-4
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ Cargo
6464
- [`cargo run` doesn't require specifying a package in workspaces.][cargo/5877]
6565
- [`cargo doc` now supports `--message-format=json`.][cargo/5878] This is
6666
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.
7067
- [Cargo will now provide a progress bar for builds.][cargo/5995]
7168

7269
Misc
@@ -100,7 +97,6 @@ Misc
10097
[54404]: https://github.com/rust-lang/rust/pull/54404/
10198
[cargo/5877]: https://github.com/rust-lang/cargo/pull/5877/
10299
[cargo/5878]: https://github.com/rust-lang/cargo/pull/5878/
103-
[cargo/5984]: https://github.com/rust-lang/cargo/pull/5984/
104100
[cargo/5995]: https://github.com/rust-lang/cargo/pull/5995/
105101
[proc-macros]: https://doc.rust-lang.org/nightly/book/2018-edition/ch19-06-macros.html
106102

0 commit comments

Comments
 (0)