From 9490a1b23f8fb44918791ed3106b0f0d9c088ad4 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Mon, 26 Feb 2024 11:43:57 +0100 Subject: [PATCH] Removed `cumulus-primitives-timestamp` from Encointer --- Cargo.lock | 15 --------------- system-parachains/encointer/Cargo.toml | 2 -- 2 files changed, 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d888831f28..eba01d6141 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2368,20 +2368,6 @@ dependencies = [ "sp-trie", ] -[[package]] -name = "cumulus-primitives-timestamp" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6d1d900bd9e76607a4a0734cbb2b004d86177d2d6938b5d25eb812c6c1b7500" -dependencies = [ - "cumulus-primitives-core", - "futures", - "parity-scale-codec", - "sp-inherents", - "sp-std", - "sp-timestamp", -] - [[package]] name = "cumulus-primitives-utility" version = "0.7.3" @@ -2912,7 +2898,6 @@ dependencies = [ "cumulus-pallet-xcm", "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", - "cumulus-primitives-timestamp", "cumulus-primitives-utility", "encointer-balances-tx-payment", "encointer-balances-tx-payment-rpc-runtime-api", diff --git a/system-parachains/encointer/Cargo.toml b/system-parachains/encointer/Cargo.toml index e8bf2d15b6..52c778627f 100644 --- a/system-parachains/encointer/Cargo.toml +++ b/system-parachains/encointer/Cargo.toml @@ -86,7 +86,6 @@ cumulus-pallet-parachain-system = { default-features = false, features = [ cumulus-pallet-xcm = { default-features = false, version = "0.7.0" } cumulus-pallet-xcmp-queue = { default-features = false, version = "0.7.0" } cumulus-primitives-core = { default-features = false, version = "0.7.0" } -cumulus-primitives-timestamp = { default-features = false, version = "0.7.0" } cumulus-primitives-utility = { default-features = false, version = "0.7.0" } parachain-info = { package = "staging-parachain-info", default-features = false, version = "0.7.0" } parachains-common = { default-features = false, version = "7.0.0" } @@ -142,7 +141,6 @@ std = [ "cumulus-pallet-xcm/std", "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-core/std", - "cumulus-primitives-timestamp/std", "cumulus-primitives-utility/std", "encointer-balances-tx-payment-rpc-runtime-api/std", "encointer-balances-tx-payment/std",