git.delta.rocks / unique-network / refs/commits / 9451da987be7

difftreelog

fix dependency versions after rebase

Yaroslav Bolyukin2022-04-07parent: #cbc2c66.patch.diff
in: master

7 files changed

addedCargo.lockdiffbeforeafterboth

no changes

modifiednode/cli/Cargo.tomldiffbeforeafterboth
2424
25[dependencies.try-runtime-cli]25[dependencies.try-runtime-cli]
26git = 'https://github.com/paritytech/substrate.git'26git = 'https://github.com/paritytech/substrate.git'
27branch = 'polkadot-v0.9.17'27branch = 'polkadot-v0.9.18'
2828
29[dependencies.pallet-transaction-payment-rpc]29[dependencies.pallet-transaction-payment-rpc]
30git = "https://github.com/paritytech/substrate"30git = "https://github.com/paritytech/substrate"
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
4edition = "2021"4edition = "2021"
55
6[dependencies]6[dependencies]
7frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.17' }7frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
8frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.17' }8frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
9frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.17' }9frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.17' }10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }
11pallet-common = { path = "../common", default-features = false }11pallet-common = { path = "../common", default-features = false }
12parity-scale-codec = { version = "2.0.0", default-features = false, features = [12parity-scale-codec = { version = "3.1.2", default-features = false, features = [
13 "derive",13 "derive",
14] }14] }
15scale-info = { version = "1.0.0", default-features = false, features = [15scale-info = { version = "2.0.1", default-features = false, features = [
16 "derive",16 "derive",
17] }17] }
18up-data-structs = { path = "../../primitives/data-structs", default-features = false }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
41[dependencies.sp-std]41[dependencies.sp-std]
42default-features = false42default-features = false
43git = 'https://github.com/paritytech/substrate.git'43git = 'https://github.com/paritytech/substrate.git'
44branch = 'polkadot-v0.9.17'44branch = 'polkadot-v0.9.18'
4545
46[dependencies.sp-runtime]46[dependencies.sp-runtime]
47default-features = false47default-features = false
96[dependencies.pallet-evm]96[dependencies.pallet-evm]
97default-features = false97default-features = false
98git = "https://github.com/uniquenetwork/frontier.git"98git = "https://github.com/uniquenetwork/frontier.git"
99branch = "unique-polkadot-v0.9.17"99branch = "unique-polkadot-v0.9.18"
100100
101[dependencies.sp-consensus-aura]101[dependencies.sp-consensus-aura]
102default-features = false102default-features = false
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
133default-features = false133default-features = false
134git = 'https://github.com/paritytech/substrate.git'134git = 'https://github.com/paritytech/substrate.git'
135optional = true135optional = true
136branch = 'polkadot-v0.9.17'136branch = 'polkadot-v0.9.18'
137137
138[dependencies.frame-executive]138[dependencies.frame-executive]
139default-features = false139default-features = false
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
133default-features = false133default-features = false
134git = 'https://github.com/paritytech/substrate.git'134git = 'https://github.com/paritytech/substrate.git'
135optional = true135optional = true
136branch = 'polkadot-v0.9.17'136branch = 'polkadot-v0.9.18'
137137
138[dependencies.frame-executive]138[dependencies.frame-executive]
139default-features = false139default-features = false
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
133default-features = false133default-features = false
134git = 'https://github.com/paritytech/substrate.git'134git = 'https://github.com/paritytech/substrate.git'
135optional = true135optional = true
136branch = 'polkadot-v0.9.17'136branch = 'polkadot-v0.9.18'
137137
138[dependencies.frame-executive]138[dependencies.frame-executive]
139default-features = false139default-features = false