From 4112065692ab2c94cfd5f4a3aa2d55707c58882e Mon Sep 17 00:00:00 2001 From: Daniel Lubarov Date: Wed, 24 Aug 2022 16:06:50 -0700 Subject: [PATCH] Fix --- evm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/evm/Cargo.toml b/evm/Cargo.toml index 0f34afed..db774345 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -22,6 +22,7 @@ rand = "0.8.5" rand_chacha = "0.3.1" rlp = "0.5.1" keccak-hash = "0.9.0" +tiny-keccak = "2.0.2" [dev-dependencies] criterion = "0.3.5"