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]