From 8ae55877517585945ba30af0b9a4d27a533f0f9f Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Mon, 6 May 2024 11:58:48 -0500 Subject: [PATCH] rem --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b128f6..f31af50 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 = { version = "0.7.2", features = ["tiny-keccak"] } +alloy-primitives = "0.7.2" alloy-json-abi = "0.7.2" clap = { version = "4.5.4", features = [ "derive", "color" ] } ethers = "2.0.10" @@ -31,4 +31,4 @@ parking_lot = "0.12.1" sneks = "0.1.2" # members -cargo-stylus-util = { path = "util", version = "0.2.1" } \ No newline at end of file +cargo-stylus-util = { path = "util", version = "0.2.1" }