From 7f5fc4e84147d2faa7716d4a128fdcfabe13072d Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 29 Oct 2018 07:02:57 +0000 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d35282..c78860e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smoltcp" -version = "0.4.0" +version = "0.5.0" authors = ["whitequark "] description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap." documentation = "https://docs.rs/smoltcp/"