From 56b073dacc9528baf80e87dcfa1445e4cfb32f3e Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Sat, 26 Oct 2019 19:46:21 +0200 Subject: [PATCH] Release impl-rlp 0.2.1 --- primitive-types/impls/rlp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primitive-types/impls/rlp/Cargo.toml b/primitive-types/impls/rlp/Cargo.toml index f2de4e8ba..6f6f469cd 100644 --- a/primitive-types/impls/rlp/Cargo.toml +++ b/primitive-types/impls/rlp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "impl-rlp" -version = "0.2.0" +version = "0.2.1" authors = ["Parity Technologies "] license = "Apache-2.0/MIT" homepage = "https://github.com/paritytech/parity-common"