Explorar el Código

Release v0.8.1

Dario Nieuwenhuis hace 2 años
padre
commit
72b9021201
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

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