Skip to content

Commit

Permalink
Tweak and apply Plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Jul 13, 2024
1 parent 853b1a3 commit f690350
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 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 @@ -828,7 +828,7 @@ minimal-template-runtime = { path = "templates/minimal/runtime", version = "0.1.
mixnet = { version = "0.7.0" }
mmr-gadget = { path = "substrate/client/merkle-mountain-range", default-features = false, version = "37.0.0" }
mmr-lib = { version = "0.5.2", package = "ckb-merkle-mountain-range" }
mmr-rpc = { path = "substrate/client/merkle-mountain-range/rpc", default-features = false, version = "35.0.0" }
mmr-rpc = { path = "substrate/client/merkle-mountain-range/rpc", default-features = false, version = "35.0.1" }
mockall = { version = "0.11.3" }
multiaddr = { version = "0.18.1" }
multihash = { version = "0.19.1", default-features = false }
Expand Down
9 changes: 5 additions & 4 deletions Plan.toml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,9 @@ reason = "changed"
[[crate]]
name = "mmr-rpc"
from = "35.0.0"
to = "35.0.0"
to = "35.0.1"
bump = "patch"
reason = "changed"

[[crate]]
name = "polkadot-primitives"
Expand Down Expand Up @@ -3121,9 +3123,8 @@ to = "0.1.0"
[[crate]]
name = "polkadot-parachain-bin"
from = "5.0.0"
to = "6.0.0"
bump = "major"
reason = "changed"
to = "5.0.0"
publish = false

[[crate]]
name = "polkadot-sdk"
Expand Down
2 changes: 1 addition & 1 deletion cumulus/polkadot-parachain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-parachain-bin"
version = "6.0.0"
version = "5.0.0"
authors.workspace = true
build = "build.rs"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/merkle-mountain-range/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmr-rpc"
version = "35.0.0"
version = "35.0.1"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion umbrella/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2128,7 +2128,7 @@ version = "37.0.0"
path = "../substrate/client/merkle-mountain-range/rpc"
default-features = false
optional = true
version = "35.0.0"
version = "35.0.1"

[dependencies.pallet-contracts-mock-network]
path = "../substrate/frame/contracts/mock-network"
Expand Down

0 comments on commit f690350

Please sign in to comment.