Browse Source

Bump version.

whitequark 5 years ago
parent
commit
bcc7e58cae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 [package]
 name = "smoltcp"
 name = "smoltcp"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["whitequark <whitequark@whitequark.org>"]
 authors = ["whitequark <whitequark@whitequark.org>"]
 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."
 documentation = "https://docs.rs/smoltcp/"
 documentation = "https://docs.rs/smoltcp/"