Skip to content

Commit

Permalink
Apply plan
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Aug 15, 2024
1 parent 4cdfb80 commit 26459fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
11 changes: 4 additions & 7 deletions cumulus/primitives/timestamp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)"
Expand All @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion umbrella/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 26459fc

Please sign in to comment.