Skip to content

Commit 23464ad

Browse files
mattkellywhitequark
authored andcommitted
Update recommended version in README
1 parent 8eb01ac commit 23464ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@ To use the _smoltcp_ library in your project, add the following to `Cargo.toml`:
125125

126126
```toml
127127
[dependencies]
128-
smoltcp = "0.4"
128+
smoltcp = "0.5"
129129
```
130130

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

134134
```toml
135135
[dependencies]
136-
smoltcp = { version = "0.4", default-features = false, features = ["log"] }
136+
smoltcp = { version = "0.5", default-features = false, features = ["log"] }
137137
```
138138

139139
### Feature `std`

0 commit comments

Comments
 (0)