Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 93dab54

Browse files
committed
Prepare polkadot v0.9.30 for darwinia-2.0 (#226)
* update substrate dep master > v0.9.30 * Companion for paritytech/parity-bridges-common#1589 * Companion for paritytech/parity-bridges-common#1593 * Companion for paritytech/parity-bridges-common#1478 * Companion for paritytech/parity-bridges-common#1596 * Companion for paritytech/parity-bridges-common#1600 * Companion for paritytech/parity-bridges-common#1603 * Companion for paritytech/parity-bridges-common#1604 * Companion for paritytech/parity-bridges-common#1597 part.1 * Companion for paritytech/parity-bridges-common#1597 part.2 update weights * Companion for paritytech/parity-bridges-common#1597 part.3 * Companion for paritytech/parity-bridges-common#1597 part.4 fix compile * clear unused imports * Companion for paritytech/parity-bridges-common#1613 part.1 undone * fix tests
1 parent f4b9538 commit 93dab54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1441
-881
lines changed

Cargo.lock

Lines changed: 132 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/dispatch/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ scale-info = { version = "2.1", default-features = false, features = ["derive"]
1414
bp-message-dispatch = { default-features = false, path = "../../primitives/message-dispatch" }
1515
bp-runtime = { default-features = false, path = "../../primitives/runtime" }
1616
# paritytech
17-
frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
18-
frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
19-
sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
20-
sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
21-
sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
17+
frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
18+
frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
19+
sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
20+
sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
21+
sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
2222

2323
[dev-dependencies]
24-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" }
24+
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }
2525

2626
[features]
2727
default = ["std"]

0 commit comments

Comments
 (0)