From 72929fefd0302f58a3f41d585aa81d7232129206 Mon Sep 17 00:00:00 2001 From: saiintbrisson Date: Sun, 15 Dec 2024 00:27:50 +0000 Subject: [PATCH] fix: add offworker std ff to runtime --- runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 66a2ad991..07ef45baa 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -109,6 +109,7 @@ std = [ "frame-try-runtime/std", "pallet-subspace/std", "pallet-governance/std", + "pallet-offworker/std", "pallet-faucet/std", "pallet-aura/std", "pallet-balances/std",