From 093519bb37933fec77c36594ea855ebf1fdbd2ff Mon Sep 17 00:00:00 2001 From: Alexander Popiak Date: Tue, 10 Nov 2020 15:56:04 +0100 Subject: [PATCH] include all (potential) pallets in Cargo workspace (#107) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d77ff63..188c6fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ panic = 'unwind' [workspace] members = [ 'node', - 'pallets/template', + 'pallets/*', 'runtime', ]