From b7a8532db14ef665d69c05019340896fbb42b88d Mon Sep 17 00:00:00 2001
From: Xiliang Chen <xlchen1291@gmail.com>
Date: Wed, 25 Oct 2023 21:59:40 +1300
Subject: [PATCH] publish pallet-root-testing (#2017)

so we can use it in our tests
---
 substrate/frame/root-testing/Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/substrate/frame/root-testing/Cargo.toml b/substrate/frame/root-testing/Cargo.toml
index bb19d90466e..7837289cec5 100644
--- a/substrate/frame/root-testing/Cargo.toml
+++ b/substrate/frame/root-testing/Cargo.toml
@@ -8,7 +8,6 @@ homepage = "https://substrate.io"
 repository.workspace = true
 description = "FRAME root testing pallet"
 readme = "README.md"
-publish = false
 
 [package.metadata.docs.rs]
 targets = ["x86_64-unknown-linux-gnu"]
-- 
GitLab