From dc02f8c4aa72067080d6b80b7587e22fc0cc0e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Rosales?= Date: Fri, 10 Sep 2021 14:32:40 -0500 Subject: [PATCH] update evm crate to v0.30.1 --- chain-evm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain-evm/Cargo.toml b/chain-evm/Cargo.toml index e2c44327a..b299988b5 100644 --- a/chain-evm/Cargo.toml +++ b/chain-evm/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2018" [dependencies] -evm = "0.30.0" +evm = "0.30.1" imhamt = { path = "../imhamt" } primitive-types = "0.10.1"