mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
remove --bin from cargo new
`cargo new` defaults to `--bin` since cargo 0.26
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user