From 38de881ad93b76f53274b5bea1d42b5d46c2f556 Mon Sep 17 00:00:00 2001 From: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:38:49 +0100 Subject: [PATCH] Update substrate/primitives/core/Cargo.toml --- substrate/primitives/core/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/substrate/primitives/core/Cargo.toml b/substrate/primitives/core/Cargo.toml index f7cc2b4fcf78..192a216273a6 100644 --- a/substrate/primitives/core/Cargo.toml +++ b/substrate/primitives/core/Cargo.toml @@ -98,7 +98,6 @@ std = [ "hash256-std-hasher/std", "impl-serde/std", "itertools", - "k256/std", "libsecp256k1/std", "log/std", "merlin/std",