From ca329078f534ca87573bc96212f10fbcbbac2c4a Mon Sep 17 00:00:00 2001 From: David Date: Thu, 3 Oct 2019 19:34:06 +0200 Subject: [PATCH] EIP-712: bump version in prep for publishing (#11106) * version 0.1.1 * lock file --- Cargo.lock | 4 ++-- util/EIP-712/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4ecf5e5d..b2a0e01a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -818,7 +818,7 @@ dependencies = [ [[package]] name = "eip-712" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ethabi 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "ethereum-types 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3122,7 +3122,7 @@ dependencies = [ "cid 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "client-traits 0.1.0", "common-types 0.1.0", - "eip-712 0.1.0", + "eip-712 0.1.1", "engine 0.1.0", "ethash 1.12.0", "ethcore 1.12.0", diff --git a/util/EIP-712/Cargo.toml b/util/EIP-712/Cargo.toml index bd500bc7f..9be2fd0fd 100644 --- a/util/EIP-712/Cargo.toml +++ b/util/EIP-712/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eip-712" -version = "0.1.0" +version = "0.1.1" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-ethereum" documentation = "https://docs.rs/eip-712"