Skip to content

Commit

Permalink
Cargo new has changed the default crate type
Browse files Browse the repository at this point in the history
Fixes #90
  • Loading branch information
mbudde committed Apr 5, 2018
1 parent f5003b3 commit a6b09d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ can also run some simple programs in the browser via https://play.rust-lang.org/
Let's get started and make our project:

```text
> cargo new lists
> cargo new --lib lists
> cd lists
```

Expand Down

0 comments on commit a6b09d9

Please sign in to comment.