From 5bc7eba4129a051a4d367e78df0d8ea6e1fe16b0 Mon Sep 17 00:00:00 2001
From: vincent <captainvincenttw@gmail.com>
Date: Sun, 20 Feb 2022 19:17:10 +0800
Subject: [PATCH] Fix parachain-template-runtime build fail (#996)

sync solution from #887
---
 cumulus/parachain-template/runtime/Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cumulus/parachain-template/runtime/Cargo.toml b/cumulus/parachain-template/runtime/Cargo.toml
index b921bfe2258..28e512a5562 100644
--- a/cumulus/parachain-template/runtime/Cargo.toml
+++ b/cumulus/parachain-template/runtime/Cargo.toml
@@ -104,6 +104,7 @@ std = [
 	"frame-executive/std",
 	"frame-support/std",
 	"frame-system/std",
+	"frame-system-rpc-runtime-api/std",
 	"pallet-aura/std",
 	"pallet-authorship/std",
 	"pallet-balances/std",
-- 
GitLab