Skip to content

Commit

Permalink
Merge pull request #276 from ehuss/no-nightly
Browse files Browse the repository at this point in the history
Remove `+nightly` for `cargo new`
  • Loading branch information
rylev committed Feb 21, 2022
2 parents beea0a3 + 8329b9c commit c55611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editions/creating-a-new-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ When you create a new project with Cargo, it will automatically add
configuration for the latest edition:

```console
> cargo +nightly new foo
> cargo new foo
Created binary (application) `foo` project
> cat foo/Cargo.toml
[package]
Expand Down

0 comments on commit c55611d

Please sign in to comment.