From 2fedc76d76897f7ab06d8fe612eb7b041d9bc491 Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 23 Jan 2017 17:28:17 +0000 Subject: [PATCH] Bump to 0.2.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3d3c02b9..af2db4fb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smoltcp" -version = "0.1.0" +version = "0.2.0" authors = ["whitequark "] description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap." documentation = "https://docs.rs/smoltcp/"