From 455615dd1d521d9b9c0d9dd5323c317bf85febf5 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Wed, 30 Mar 2022 13:58:23 +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