Skip to content

Commit

Permalink
Update recommended version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkelly authored and whitequark committed Dec 10, 2019
1 parent 8eb01ac commit 23464ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ To use the _smoltcp_ library in your project, add the following to `Cargo.toml`:

```toml
[dependencies]
smoltcp = "0.4"
smoltcp = "0.5"
```

The default configuration assumes a hosted environment, for ease of evaluation.
You probably want to disable default features and configure them one by one:

```toml
[dependencies]
smoltcp = { version = "0.4", default-features = false, features = ["log"] }
smoltcp = { version = "0.5", default-features = false, features = ["log"] }
```

### Feature `std`
Expand Down

0 comments on commit 23464ad

Please sign in to comment.