diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index fe054303f7..5afd2e36dc 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -33,7 +33,7 @@ default = [ "std" ] std = [ "ink_primitives/std", "scale/std", - "secp256k1/std", + "secp256k1", "derive_more/std" ] revive = []