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"]