We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
+nightly
cargo new
1 parent beea0a3 commit 8329b9cCopy full SHA for 8329b9c
src/editions/creating-a-new-project.md
@@ -4,7 +4,7 @@ When you create a new project with Cargo, it will automatically add
4
configuration for the latest edition:
5
6
```console
7
-> cargo +nightly new foo
+> cargo new foo
8
Created binary (application) `foo` project
9
> cat foo/Cargo.toml
10
[package]
0 commit comments