From 827c20790eab6f07f134c257b4ad6ee7bb46bfc3 Mon Sep 17 00:00:00 2001 From: Honza Date: Fri, 3 Jan 2025 14:50:01 +0100 Subject: [PATCH] fix: compilation with `try-runtime` feature --- runtime/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index fe89017..6a547e6 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -46,6 +46,9 @@ try-runtime = [ "pallet-torus0/try-runtime", "pallet-emission0/try-runtime", "pallet-governance/try-runtime", + + # Frontier + "fp-self-contained/try-runtime", ]