From 0aab3c4cbe5e53cc31ad8b46db0f46e487418d99 Mon Sep 17 00:00:00 2001 From: debris Date: Tue, 23 Jan 2018 14:25:15 +0100 Subject: [PATCH] add default serde serialization to ethereum-types --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fe2043..e7b2b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tests" version = "0.1.0" -authors = ["debris "] +authors = ["Parity Technologies "] [build-dependencies] rustc_version = "0.2"