mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
remove --bin from cargo new
`cargo new` defaults to `--bin` since cargo 0.26
This commit is contained in:
parent
fd51870371
commit
19746a3e0f
@ -13,7 +13,7 @@ Let’s write our first actix web application!
|
||||
Start by creating a new binary-based Cargo project and changing into the new directory:
|
||||
|
||||
```bash
|
||||
cargo new hello-world --bin
|
||||
cargo new hello-world
|
||||
cd hello-world
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user