From 339c462d8e073754c923e46bfc3ae62372b37f67 Mon Sep 17 00:00:00 2001 From: Gleb Urvanov Date: Thu, 10 Dec 2020 19:10:19 +0100 Subject: [PATCH] cargo fix --- Cargo.lock | 13 ------------- runtime/Cargo.toml | 1 - 2 files changed, 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3aba953a92ea6..13220335f14be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3384,7 +3384,6 @@ dependencies = [ "pallet-staking", "pallet-staking-reward-curve", "pallet-sudo", - "pallet-template", "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -4121,18 +4120,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-template" -version = "2.0.0" -dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", -] - [[package]] name = "pallet-timestamp" version = "2.0.0" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 2128cfcf5a986..48d769904aa40 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -120,7 +120,6 @@ std = [ 'pallet-grandpa/std', 'pallet-randomness-collective-flip/std', 'pallet-sudo/std', - 'pallet-template/std', 'pallet-timestamp/std', 'pallet-transaction-payment/std', 'pallet-transaction-payment-rpc-runtime-api/std',