소스 검색

Release v0.8.1

Dario Nieuwenhuis 2 년 전
부모
커밋
72b9021201
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 [package]
 name = "smoltcp"
 name = "smoltcp"
-version = "0.8.0"
+version = "0.8.1"
 edition = "2018"
 edition = "2018"
 authors = ["whitequark <[email protected]>"]
 authors = ["whitequark <[email protected]>"]
 description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap."
 description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap."