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