From c12df1563ba5dc531e83d7941bba7645b73c388e Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Wed, 30 Mar 2022 14:00:03 +0000 Subject: [PATCH] Exclude unique and quartz runtimes from the workspace --- --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,11 @@ 'pallets/*', 'client/*', 'primitives/*', - 'runtime/*', 'crates/*', ] +exclude = [ + "runtime/unique", + "runtime/quartz" +] [profile.release] panic = 'unwind' -- gitstuff