Update recommended version in README

This commit is contained in:
Matt Kelly 2019-12-09 20:10:35 -05:00 committed by whitequark
parent 39462d24f4
commit b7725a4d6b
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ 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.
@ -133,7 +133,7 @@ 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`