Increase version to v0.2.0
This commit is contained in:
parent
94d33882ad
commit
d1037d21f3
1 changed files with 1 additions and 4 deletions
|
@ -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<usize>
|
||||
# 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 <alex.helfet@gmail.com>"]
|
||||
categories = ["no-std", "embedded", "encoding", "network-programming"]
|
||||
|
|
Loading…
Reference in a new issue