From 11efe1081cc940079fc05029972539e9b00ba565 Mon Sep 17 00:00:00 2001 From: girazoki Date: Wed, 7 Feb 2024 09:54:00 +0100 Subject: [PATCH] fix toml --- runtime/common/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 88de0ed06..104b879b9 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -15,7 +15,8 @@ parity-scale-codec = { workspace = true, features = [ "derive" ] } scale-info = { workspace = true, features = [ "derive" ] } # Own -pallet-migrations = { workspace = true } +pallet-configuration = { workspace = true } +pallet-data-preservers = { workspace = true } pallet-invulnerables = { workspace = true } pallet-pooled-staking = { workspace = true } pallet-registrar = { workspace = true }