From fad5b6f148e123ecaff829836ba0c21d6c415d69 Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Mon, 6 May 2024 11:55:01 -0500 Subject: [PATCH] use tiny --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2503f34..9b128f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/OffchainLabs/cargo-stylus" [workspace.dependencies] -alloy-primitives = "0.7.2" +alloy-primitives = { version = "0.7.2", features = ["tiny-keccak"] } alloy-json-abi = "0.7.2" clap = { version = "4.5.4", features = [ "derive", "color" ] } ethers = "2.0.10"