From d1037d21f34c0592756913c0f9ee4d71010dd1ec Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Fri, 29 Dec 2017 02:03:55 +0000 Subject: [PATCH] Increase version to v0.2.0 --- framed/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/framed/Cargo.toml b/framed/Cargo.toml index 9880e65..ac40707 100644 --- a/framed/Cargo.toml +++ b/framed/Cargo.toml @@ -1,9 +1,6 @@ [package] name = "framed" -# Next version is 0.2.0. I changed the type of max_encoded_len, max_decoded_len. -# was: pub fn max_encoded_len(usize) -> Result -# now: pub const fn max_encoded_len(usize) -> usize -version = "0.1.4" +version = "0.2.0" description = "Send and receive data over lossy streams of bytes." authors = ["Alex Helfet "] categories = ["no-std", "embedded", "encoding", "network-programming"]