diff --git a/Cargo.toml b/Cargo.toml index 6fa2430..3feb03d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framed" -version = "0.1.0" +version = "0.1.1" description = "Send and receive slices of bytes over lossy streams of bytes." authors = ["Alex Helfet "] categories = ["embedded", "encoding", "network-programming"]