From b1eaea159b0edaf7c3c940416a2cb37eac9b5fa8 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Wed, 14 Sep 2022 08:49:34 -0400 Subject: [PATCH] fix sp-weight std --- primitives/runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/primitives/runtime/Cargo.toml b/primitives/runtime/Cargo.toml index 030c44c284593..278962bcf57c4 100644 --- a/primitives/runtime/Cargo.toml +++ b/primitives/runtime/Cargo.toml @@ -58,4 +58,5 @@ std = [ "sp-core/std", "sp-io/std", "sp-std/std", + "sp-weights/std", ]