소스 검색

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`