From a45b22bf145b3ea32ae752b2a45b35e446659838 Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Sun, 31 Dec 2017 18:24:17 +0000 Subject: [PATCH] Update version to v0.4.1 --- framed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framed/Cargo.toml b/framed/Cargo.toml index ecaf0ee..decf437 100644 --- a/framed/Cargo.toml +++ b/framed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framed" -version = "0.4.0" +version = "0.4.1" description = "Send and receive data over lossy streams of bytes." authors = ["Alex Helfet "] categories = ["no-std", "embedded", "encoding", "network-programming"]