From 7aa8d3fd3c2969786e904b43ca7bafeb51b0e138 Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Sat, 13 Apr 2019 17:32:29 +0100 Subject: [PATCH] Update to v0.4.3 --- Cargo.lock | 6 +++--- framed/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 783b095..db98743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "framed" -version = "0.4.2" +version = "0.4.3" dependencies = [ "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "cobs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -115,7 +115,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.0.0-beta.5 (registry+https://github.com/rust-lang/crates.io-index)", "derive-error 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "framed 0.4.2", + "framed 0.4.3", "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -123,7 +123,7 @@ dependencies = [ name = "framed_test_type" version = "0.1.0" dependencies = [ - "framed 0.4.2", + "framed 0.4.3", "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/framed/Cargo.toml b/framed/Cargo.toml index 9a764c8..9e99575 100644 --- a/framed/Cargo.toml +++ b/framed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framed" -version = "0.4.2" +version = "0.4.3" description = "Send and receive data over lossy streams of bytes." authors = ["Alex Helfet "] categories = ["no-std", "embedded", "encoding", "network-programming"]