From bcc7e58caea01685dabc2333eab88022846271aa Mon Sep 17 00:00:00 2001 From: whitequark Date: Tue, 21 Jan 2020 01:13:27 +0000 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ffc18adf..ed21d0d5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smoltcp" -version = "0.5.0" +version = "0.6.0" authors = ["whitequark "] description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap." documentation = "https://docs.rs/smoltcp/"