Browse Source

Bump to v0.7.5

Dario Nieuwenhuis 3 years ago
parent
commit
2d680e8b1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

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