1
Fork 0

Increase version to v0.2.0

This commit is contained in:
Alex Helfet 2017-12-29 02:03:55 +00:00
parent 94d33882ad
commit d1037d21f3

View file

@ -1,9 +1,6 @@
[package] [package]
name = "framed" name = "framed"
# Next version is 0.2.0. I changed the type of max_encoded_len, max_decoded_len. version = "0.2.0"
# was: pub fn max_encoded_len(usize) -> Result<usize>
# now: pub const fn max_encoded_len(usize) -> usize
version = "0.1.4"
description = "Send and receive data over lossy streams of bytes." description = "Send and receive data over lossy streams of bytes."
authors = ["Alex Helfet <alex.helfet@gmail.com>"] authors = ["Alex Helfet <alex.helfet@gmail.com>"]
categories = ["no-std", "embedded", "encoding", "network-programming"] categories = ["no-std", "embedded", "encoding", "network-programming"]