From 26459fc6506555575ced412a475caaebb7be0533 Mon Sep 17 00:00:00 2001 From: EgorPopelyaev Date: Thu, 15 Aug 2024 11:18:02 +0200 Subject: [PATCH] Apply plan --- Cargo.lock | 2 +- Cargo.toml | 2 +- cumulus/primitives/timestamp/Cargo.toml | 11 ++++------- umbrella/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 736af4270ac8..5384966db3a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4142,7 +4142,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" -version = "0.15.0" +version = "0.15.1" dependencies = [ "cumulus-primitives-core", "sp-inherents", diff --git a/Cargo.toml b/Cargo.toml index 0e9bdf3104c7..a8e0e9f289e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -693,7 +693,7 @@ cumulus-primitives-core = { path = "cumulus/primitives/core", default-features = cumulus-primitives-parachain-inherent = { path = "cumulus/primitives/parachain-inherent", default-features = false, version = "0.15.0" } cumulus-primitives-proof-size-hostfunction = { path = "cumulus/primitives/proof-size-hostfunction", default-features = false, version = "0.10.0" } cumulus-primitives-storage-weight-reclaim = { path = "cumulus/primitives/storage-weight-reclaim", default-features = false, version = "7.0.1" } -cumulus-primitives-timestamp = { path = "cumulus/primitives/timestamp", default-features = false, version = "0.15.0" } +cumulus-primitives-timestamp = { path = "cumulus/primitives/timestamp", default-features = false, version = "0.15.1" } cumulus-primitives-utility = { path = "cumulus/primitives/utility", default-features = false, version = "0.16.0" } cumulus-relay-chain-inprocess-interface = { path = "cumulus/client/relay-chain-inprocess-interface", default-features = false, version = "0.17.0" } cumulus-relay-chain-interface = { path = "cumulus/client/relay-chain-interface", default-features = false, version = "0.17.0" } diff --git a/cumulus/primitives/timestamp/Cargo.toml b/cumulus/primitives/timestamp/Cargo.toml index c42e2126c0a7..6ba7f9e88102 100644 --- a/cumulus/primitives/timestamp/Cargo.toml +++ b/cumulus/primitives/timestamp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-primitives-timestamp" -version = "0.15.0" +version = "0.15.1" authors.workspace = true edition.workspace = true description = "Provides timestamp related functionality for parachains. (polkadot v1.15.0)" @@ -10,12 +10,9 @@ license = "Apache-2.0" workspace = true [dependencies] -# Substrate -sp-inherents = { workspace = true } -sp-timestamp = { workspace = true } - -# Cumulus -cumulus-primitives-core = { workspace = true } +sp-inherents.workspace = true +sp-timestamp.workspace = true +cumulus-primitives-core.workspace = true [features] default = ["std"] diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index 770e98fb77a2..3148f3a62759 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -790,7 +790,7 @@ version = "7.0.1" path = "../cumulus/primitives/timestamp" default-features = false optional = true -version = "0.15.0" +version = "0.15.1" [dependencies.cumulus-primitives-utility] path = "../cumulus/primitives/utility"