瀏覽代碼

Update recommended version in README

Matt Kelly 5 年之前
父節點
當前提交
23464adc15
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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`