Explorar el Código

docs: update smoltcp version

Signed-off-by: Thibaut Vandervelden <thvdveld@vub.be>
Thibaut Vandervelden hace 1 año
padre
commit
fdfec9779a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -144,7 +144,7 @@ To use the _smoltcp_ library in your project, add the following to `Cargo.toml`:
 
 ```toml
 [dependencies]
-smoltcp = "0.8.0"
+smoltcp = "0.10.0"
 ```
 
 The default configuration assumes a hosted environment, for ease of evaluation.
@@ -152,7 +152,7 @@ You probably want to disable default features and configure them one by one:
 
 ```toml
 [dependencies]
-smoltcp = { version = "0.8.0", default-features = false, features = ["log"] }
+smoltcp = { version = "0.10.0", default-features = false, features = ["log"] }
 ```
 
 ## Feature flags