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"