Skip to content

Commit

Permalink
Apply plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Aug 29, 2024
1 parent aa71c56 commit 3ee409a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ cpu-time = { version = "1.0.0" }
criterion = { version = "0.5.1", default-features = false }
cumulus-client-cli = { path = "cumulus/client/cli", default-features = false, version = "0.17.0" }
cumulus-client-collator = { path = "cumulus/client/collator", default-features = false, version = "0.17.0" }
cumulus-client-consensus-aura = { path = "cumulus/client/consensus/aura", default-features = false, version = "0.17.0" }
cumulus-client-consensus-aura = { path = "cumulus/client/consensus/aura", default-features = false, version = "0.17.1" }
cumulus-client-consensus-common = { path = "cumulus/client/consensus/common", default-features = false, version = "0.17.0" }
cumulus-client-consensus-proposer = { path = "cumulus/client/consensus/proposer", default-features = false, version = "0.15.0" }
cumulus-client-consensus-relay-chain = { path = "cumulus/client/consensus/relay-chain", default-features = false, version = "0.17.0" }
Expand Down Expand Up @@ -957,7 +957,7 @@ pallet-state-trie-migration = { path = "substrate/frame/state-trie-migration", d
pallet-statement = { default-features = false, path = "substrate/frame/statement" }
pallet-sudo = { path = "substrate/frame/sudo", default-features = false, version = "37.0.0" }
pallet-template = { path = "templates/solochain/pallets/template", default-features = false, version = "0.1.0" }
pallet-timestamp = { path = "substrate/frame/timestamp", default-features = false, version = "36.0.0" }
pallet-timestamp = { path = "substrate/frame/timestamp", default-features = false, version = "36.0.1" }
pallet-tips = { path = "substrate/frame/tips", default-features = false, version = "36.0.0" }
pallet-transaction-payment = { path = "substrate/frame/transaction-payment", default-features = false, version = "37.0.0" }
pallet-transaction-payment-rpc = { path = "substrate/frame/transaction-payment/rpc", default-features = false, version = "40.0.0" }
Expand Down Expand Up @@ -1001,7 +1001,7 @@ polkadot-availability-recovery = { path = "polkadot/node/network/availability-re
polkadot-cli = { path = "polkadot/cli", default-features = false, version = "17.0.0" }
polkadot-collator-protocol = { path = "polkadot/node/network/collator-protocol", default-features = false, version = "17.0.0" }
polkadot-core-primitives = { path = "polkadot/core-primitives", default-features = false, version = "15.0.0" }
polkadot-dispute-distribution = { path = "polkadot/node/network/dispute-distribution", default-features = false, version = "17.0.0" }
polkadot-dispute-distribution = { path = "polkadot/node/network/dispute-distribution", default-features = false, version = "17.0.1" }
polkadot-erasure-coding = { path = "polkadot/erasure-coding", default-features = false, version = "15.0.0" }
polkadot-gossip-support = { path = "polkadot/node/network/gossip-support", default-features = false, version = "17.0.0" }
polkadot-network-bridge = { path = "polkadot/node/network/bridge", default-features = false, version = "17.0.0" }
Expand Down Expand Up @@ -1038,7 +1038,7 @@ polkadot-primitives-test-helpers = { path = "polkadot/primitives/test-helpers",
polkadot-rpc = { path = "polkadot/rpc", default-features = false, version = "17.0.0" }
polkadot-runtime-common = { path = "polkadot/runtime/common", default-features = false, version = "16.0.0" }
polkadot-runtime-metrics = { path = "polkadot/runtime/metrics", default-features = false, version = "16.0.0" }
polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "16.0.1" }
polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "16.0.2" }
polkadot-sdk = { path = "umbrella", default-features = false, version = "0.5.0" }
polkadot-sdk-docs = { path = "docs/sdk", version = "0.1.0" }
polkadot-service = { path = "polkadot/node/service", default-features = false, version = "17.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/consensus/aura/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cumulus-client-consensus-aura"
description = "AURA consensus algorithm for parachains (polkadot v1.15.0)"
version = "0.17.0"
version = "0.17.1"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/network/dispute-distribution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-dispute-distribution"
version = "17.0.0"
version = "17.0.1"
description = "Polkadot Dispute Distribution subsystem, which ensures all concerned validators are aware of a dispute and have the relevant votes. (polkadot v1.15.0)"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/parachains/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-runtime-parachains"
version = "16.0.1"
version = "16.0.2"
description = "Relay Chain runtime code responsible for Parachains. (polkadot v1.15.0)"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/timestamp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-timestamp"
version = "36.0.0"
version = "36.0.1"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions umbrella/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ version = "37.0.0"
path = "../substrate/frame/timestamp"
default-features = false
optional = true
version = "36.0.0"
version = "36.0.1"

[dependencies.pallet-tips]
path = "../substrate/frame/tips"
Expand Down Expand Up @@ -1528,7 +1528,7 @@ version = "16.0.0"
path = "../polkadot/runtime/parachains"
default-features = false
optional = true
version = "16.0.1"
version = "16.0.2"

[dependencies.polkadot-sdk-frame]
path = "../substrate/frame"
Expand Down Expand Up @@ -2008,7 +2008,7 @@ version = "0.17.0"
path = "../cumulus/client/consensus/aura"
default-features = false
optional = true
version = "0.17.0"
version = "0.17.1"

[dependencies.cumulus-client-consensus-common]
path = "../cumulus/client/consensus/common"
Expand Down Expand Up @@ -2188,7 +2188,7 @@ version = "17.0.0"
path = "../polkadot/node/network/dispute-distribution"
default-features = false
optional = true
version = "17.0.0"
version = "17.0.1"

[dependencies.polkadot-erasure-coding]
path = "../polkadot/erasure-coding"
Expand Down

0 comments on commit 3ee409a

Please sign in to comment.