From 8c86bd1b31e39f17981d89c3ddf0e62963d72a2c Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Thu, 11 May 2017 15:35:38 +0200 Subject: [PATCH] bump RLP version --- util/rlp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/rlp/Cargo.toml b/util/rlp/Cargo.toml index d0f0e6a8e..31e077fe4 100644 --- a/util/rlp/Cargo.toml +++ b/util/rlp/Cargo.toml @@ -3,7 +3,7 @@ description = "Recursive-length prefix encoding, decoding, and compression" repository = "https://github.com/paritytech/parity" license = "MIT/Apache-2.0" name = "rlp" -version = "0.1.2" +version = "0.2.0" authors = ["Parity Technologies "] [dependencies]