From 3e4715d829bc8bc9a2b21057cde439b1eada629d Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 15 May 2019 18:49:52 +0200 Subject: [PATCH] rw-sink-stream to v0.1.2 (#1125) --- misc/rw-stream-sink/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/rw-stream-sink/Cargo.toml b/misc/rw-stream-sink/Cargo.toml index f3ab64f1..a10be35a 100644 --- a/misc/rw-stream-sink/Cargo.toml +++ b/misc/rw-stream-sink/Cargo.toml @@ -2,7 +2,7 @@ name = "rw-stream-sink" edition = "2018" description = "Adaptator between Stream/Sink and AsyncRead/AsyncWrite" -version = "0.1.1" +version = "0.1.2" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p"