Bump crate version to v0.1.2.
This commit is contained in:
parent
ef07d96f4c
commit
bac948b43f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "framed"
|
name = "framed"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = "Send and receive slices of bytes over lossy streams of bytes."
|
description = "Send and receive slices of bytes over lossy streams of bytes."
|
||||||
authors = ["Alex Helfet <alex.helfet@gmail.com>"]
|
authors = ["Alex Helfet <alex.helfet@gmail.com>"]
|
||||||
categories = ["embedded", "encoding", "network-programming"]
|
categories = ["embedded", "encoding", "network-programming"]
|
||||||
|
|
Loading…
Reference in a new issue