From dd1f1c4d7b6322fe7d424f8e811e7bcd336ab624 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Wed, 14 Sep 2022 11:43:19 -0400 Subject: [PATCH] fix sp-weight std (#12265) --- substrate/primitives/runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/substrate/primitives/runtime/Cargo.toml b/substrate/primitives/runtime/Cargo.toml index 030c44c284..278962bcf5 100644 --- a/substrate/primitives/runtime/Cargo.toml +++ b/substrate/primitives/runtime/Cargo.toml @@ -58,4 +58,5 @@ std = [ "sp-core/std", "sp-io/std", "sp-std/std", + "sp-weights/std", ]