From 7d49f7677f35bee0b43f724a55d73bc09b6ecdb8 Mon Sep 17 00:00:00 2001 From: lightclient <14004106+lightclient@users.noreply.github.com> Date: Sat, 22 Aug 2020 06:10:09 -0600 Subject: [PATCH] Bump eipv to v0.0.5 (#2887) * bump eipv to v0.0.5 * fix email in eip-2746 --- .travis.yml | 2 +- EIPS/eip-2746.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e00c70d9..184de5e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ matrix: - language: rust cache: cargo before_script: - - cargo install eipv --version=0.0.4 + - cargo install eipv --version=0.0.5 env: TASK='eip-validator' - python: 3.3 env: TASK='codespell' diff --git a/EIPS/eip-2746.md b/EIPS/eip-2746.md index 260a2f58..769c6d1b 100644 --- a/EIPS/eip-2746.md +++ b/EIPS/eip-2746.md @@ -1,7 +1,7 @@ --- eip: 2746 title: Rules Engine Standard -author: Aaron Kendall (@jaerith), Juan Blanco <@juanfranblanco> +author: Aaron Kendall (@jaerith), Juan Blanco (@juanfranblanco) discussions-to: https://ethereum-magicians.org/t/eip-2746-rules-engine-interface/4435 status: Draft type: Standards Track