From acbc3b916eed890574158780f3127f826b534c0a Mon Sep 17 00:00:00 2001 From: Rodrigo Quelhas Date: Fri, 12 Apr 2024 09:15:33 +0100 Subject: [PATCH] add use ed25519-dalek/std when std feature is enabled --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 111ba72..605a330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,6 +39,7 @@ std = [ "sp-std/std", "sp-io/std", "scale-info/std", + "ed25519-dalek/std" ] runtime-benchmarks = [ "frame-benchmarking",